[DEV] add build extra flags

This commit is contained in:
Edouard DUPIN 2017-05-25 12:07:03 +02:00
parent 343f289fe2
commit 7563abcf5a

View File

@ -25,6 +25,7 @@ def get_version():
return "version.txt"
def configure(target, my_module):
my_module.add_extra_flags()
my_module.add_depend(['etk', 'exml'])
my_module.add_src_file([
'esvg/Base.cpp',