summaryrefslogtreecommitdiff
path: root/tools/make_cmakelists.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make_cmakelists.py')
-rwxr-xr-xtools/make_cmakelists.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/make_cmakelists.py b/tools/make_cmakelists.py
index c2700b6..1e1c1ee 100755
--- a/tools/make_cmakelists.py
+++ b/tools/make_cmakelists.py
@@ -137,6 +137,9 @@ class BuildFileFunctions(object):
def glob(*args):
return []
+ def licenses(*args):
+ pass
+
class WorkspaceFileFunctions(object):
def __init__(self, converter):
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback