parent
cbbcf72703
commit
2cf781d3c6
1 changed files with 2 additions and 0 deletions
|
@ -2,5 +2,7 @@ Import('env')
|
|||
|
||||
env.add_source_files(env.modules_sources,"*.cpp")
|
||||
env.add_source_files(env.modules_sources,"*.c")
|
||||
#TODO: Make it possible to build against system enet
|
||||
env.Append(CPPPATH = ["#modules/enet"])
|
||||
|
||||
Export('env')
|
||||
|
|
Loading…
Reference in a new issue