Changeset View
Changeset View
Standalone View
Standalone View
intern/openvdb/CMakeLists.txt
| Show All 32 Lines | |||||
| set(SRC | set(SRC | ||||
| openvdb_capi.h | openvdb_capi.h | ||||
| ) | ) | ||||
| if(WITH_OPENVDB) | if(WITH_OPENVDB) | ||||
| add_definitions( | add_definitions( | ||||
| -DWITH_OPENVDB | -DWITH_OPENVDB | ||||
| ) | |||||
| if(WITH_OPENVDB_3_ABI_COMPATIBLE) | |||||
| add_definitions( | |||||
| -DOPENVDB_3_ABI_COMPATIBLE | -DOPENVDB_3_ABI_COMPATIBLE | ||||
| ) | ) | ||||
| endif() | |||||
| list(APPEND INC_SYS | list(APPEND INC_SYS | ||||
| ${BOOST_INCLUDE_DIR} | ${BOOST_INCLUDE_DIR} | ||||
| ${TBB_INCLUDE_DIRS} | ${TBB_INCLUDE_DIRS} | ||||
| ${OPENEXR_INCLUDE_DIRS} | ${OPENEXR_INCLUDE_DIRS} | ||||
| ${OPENVDB_INCLUDE_DIRS} | ${OPENVDB_INCLUDE_DIRS} | ||||
| ) | ) | ||||
| Show All 21 Lines | |||||