diff options
Diffstat (limited to 'tools/cmake2meson.py')
-rwxr-xr-x | tools/cmake2meson.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cmake2meson.py b/tools/cmake2meson.py index 7d6d02a..b108cf5 100755 --- a/tools/cmake2meson.py +++ b/tools/cmake2meson.py @@ -136,6 +136,7 @@ class Converter: ignored_funcs = {'cmake_minimum_required': True, 'enable_testing': True, 'include': True} + def __init__(self, cmake_root): self.cmake_root = cmake_root self.indent_unit = ' ' |