Audaspace: building without audaspace.
- Fixed building without for cmake. - Scons can now build without audaspace too.
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
|
||||
Import ('env')
|
||||
|
||||
SConscript(['audaspace/SConscript',
|
||||
'string/SConscript',
|
||||
SConscript(['string/SConscript',
|
||||
'ghost/SConscript',
|
||||
'glew-mx/SConscript',
|
||||
'guardedalloc/SConscript',
|
||||
@@ -45,6 +44,9 @@ SConscript(['audaspace/SConscript',
|
||||
# currently only contains headers
|
||||
# SConscript('container/SConscript')
|
||||
|
||||
if env['WITH_BF_AUDASPACE']:
|
||||
SConscript(['audaspace/SConscript'])
|
||||
|
||||
if env ['WITH_BF_REMESH']:
|
||||
SConscript(['dualcon/SConscript'])
|
||||
|
||||
|
Reference in New Issue
Block a user