Changeset View
Changeset View
Standalone View
Standalone View
intern/CMakeLists.txt
| Show All 34 Lines | |||||
| if(WITH_AUDASPACE) | if(WITH_AUDASPACE) | ||||
| add_subdirectory(audaspace) | add_subdirectory(audaspace) | ||||
| endif() | endif() | ||||
| if(WITH_MOD_REMESH) | if(WITH_MOD_REMESH) | ||||
| add_subdirectory(dualcon) | add_subdirectory(dualcon) | ||||
| endif() | endif() | ||||
| if(WITH_MOD_FLUID) | if(WITH_MOD_FLUID) | ||||
| add_subdirectory(elbeem) | add_subdirectory(elbeem) | ||||
| endif() | endif() | ||||
mont29: Again, to be removed? | |||||
| if(WITH_MOD_SMOKE) | |||||
| add_subdirectory(smoke) | |||||
| endif() | |||||
| if(WITH_IK_SOLVER) | if(WITH_IK_SOLVER) | ||||
| add_subdirectory(iksolver) | add_subdirectory(iksolver) | ||||
| endif() | endif() | ||||
| if(WITH_IK_ITASC) | if(WITH_IK_ITASC) | ||||
| add_subdirectory(itasc) | add_subdirectory(itasc) | ||||
| endif() | endif() | ||||
| Show All 9 Lines | if(WITH_BULLET) | ||||
| add_subdirectory(rigidbody) | add_subdirectory(rigidbody) | ||||
| endif() | endif() | ||||
| # only windows needs utf16 converter | # only windows needs utf16 converter | ||||
| if(WIN32) | if(WIN32) | ||||
| add_subdirectory(utfconv) | add_subdirectory(utfconv) | ||||
| endif() | endif() | ||||
| if(WITH_MOD_MANTA) | |||||
| add_subdirectory(mantaflow) | |||||
| endif() | |||||
| if(WITH_OPENVDB) | if(WITH_OPENVDB) | ||||
| add_subdirectory(openvdb) | add_subdirectory(openvdb) | ||||
| endif() | endif() | ||||
Again, to be removed?