Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/CMakeLists.txt
| Show First 20 Lines • Show All 476 Lines • ▼ Show 20 Lines | |||||
| if(WITH_BULLET) | if(WITH_BULLET) | ||||
| list(APPEND INC_SYS | list(APPEND INC_SYS | ||||
| ${BULLET_INCLUDE_DIRS} | ${BULLET_INCLUDE_DIRS} | ||||
| ) | ) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| ../../../intern/rigidbody | ../../../intern/rigidbody | ||||
| ) | ) | ||||
| if(NOT WITH_SYSTEM_BULLET) | |||||
| list(APPEND LIB | list(APPEND LIB | ||||
| bf_intern_rigidbody | |||||
| extern_bullet | extern_bullet | ||||
| ) | |||||
| endif() | |||||
| list(APPEND LIB | |||||
| bf_intern_rigidbody | |||||
| ${BULLET_LIBRARIES} | ${BULLET_LIBRARIES} | ||||
| ) | ) | ||||
| add_definitions(-DWITH_BULLET) | add_definitions(-DWITH_BULLET) | ||||
| endif() | endif() | ||||
| if(WITH_IMAGE_OPENEXR) | if(WITH_IMAGE_OPENEXR) | ||||
| add_definitions(-DWITH_OPENEXR) | add_definitions(-DWITH_OPENEXR) | ||||
| ▲ Show 20 Lines • Show All 218 Lines • Show Last 20 Lines | |||||