option to build without remesh modifier for cmake and scons
This commit is contained in:
@@ -9,7 +9,6 @@ SConscript(['audaspace/SConscript',
|
||||
'container/SConscript',
|
||||
'memutil/SConscript/',
|
||||
'decimation/SConscript',
|
||||
'dualcon/SConscript',
|
||||
'iksolver/SConscript',
|
||||
'itasc/SConscript',
|
||||
'boolop/SConscript',
|
||||
@@ -23,6 +22,9 @@ SConscript(['audaspace/SConscript',
|
||||
# perhaps get rid of intern/csg?
|
||||
NEW_CSG='false'
|
||||
|
||||
if env ['WITH_BF_REMESH']:
|
||||
SConscript(['dualcon/SConscript'])
|
||||
|
||||
if env['WITH_BF_FLUID']:
|
||||
SConscript(['elbeem/SConscript'])
|
||||
|
||||
|
Reference in New Issue
Block a user