[DEV] add extra compilation flags
This commit is contained in:
parent
bfa7a4b928
commit
8197570611
@ -6,6 +6,8 @@ def Create(target):
|
|||||||
# module name is 'edn' and type binary.
|
# module name is 'edn' and type binary.
|
||||||
myModule = lutinModule.module(__file__, 'egami', 'LIBRARY')
|
myModule = lutinModule.module(__file__, 'egami', 'LIBRARY')
|
||||||
|
|
||||||
|
# add extra compilation flags :
|
||||||
|
myModule.add_extra_compile_flags()
|
||||||
# add the file to compile:
|
# add the file to compile:
|
||||||
myModule.AddSrcFile([
|
myModule.AddSrcFile([
|
||||||
'egami/Image.cpp',
|
'egami/Image.cpp',
|
||||||
|
Loading…
Reference in New Issue
Block a user