summaryrefslogtreecommitdiff
path: root/tools/make_cmakelists.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make_cmakelists.py')
-rwxr-xr-xtools/make_cmakelists.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/make_cmakelists.py b/tools/make_cmakelists.py
index 0d5640d..c2700b6 100755
--- a/tools/make_cmakelists.py
+++ b/tools/make_cmakelists.py
@@ -128,6 +128,12 @@ class BuildFileFunctions(object):
def genrule(self, **kwargs):
pass
+ def config_setting(self, **kwargs):
+ pass
+
+ def select(self, arg_dict):
+ return []
+
def glob(*args):
return []
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback