Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/CMakeLists.txt
| Show First 20 Lines • Show All 360 Lines • ▼ Show 20 Lines | |||||
| if(WITH_FREESTYLE) | if(WITH_FREESTYLE) | ||||
| add_definitions(-DWITH_FREESTYLE) | add_definitions(-DWITH_FREESTYLE) | ||||
| endif() | endif() | ||||
| if(WITH_OPENSUBDIV) | if(WITH_OPENSUBDIV) | ||||
| add_definitions(-DWITH_OPENSUBDIV) | add_definitions(-DWITH_OPENSUBDIV) | ||||
| endif() | endif() | ||||
| if(WITH_OPENVDB) | |||||
| list(APPEND INC_SYS | |||||
| ${OPENVDB_INCLUDE_DIRS} | |||||
| ) | |||||
brecht: This is not needed, the volume object does not use our C API for OpenVDB. | |||||
| add_definitions(-DWITH_OPENVDB ${OPENVDB_DEFINITIONS}) | |||||
| endif() | |||||
| blender_add_lib(bf_nodes "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_nodes "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||
Not Done Inline ActionsSame, this can also be left out. brecht: Same, this can also be left out. | |||||
This is not needed, the volume object does not use our C API for OpenVDB.