Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/texture/CMakeLists.txt
| Show First 20 Lines • Show All 51 Lines • ▼ Show 20 Lines | set(SRC | ||||
| node_texture_util.h | node_texture_util.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_nodes | bf_nodes | ||||
| ) | ) | ||||
| if(WITH_PYTHON) | |||||
| list(APPEND INC | |||||
| ../../python | |||||
| ) | |||||
| list(APPEND INC_SYS | |||||
| ${PYTHON_INCLUDE_DIRS} | |||||
| ) | |||||
| list(APPEND LIB | |||||
| ${PYTHON_LINKFLAGS} | |||||
| ${PYTHON_LIBRARIES} | |||||
| ) | |||||
| add_definitions(-DWITH_PYTHON) | |||||
| endif() | |||||
| blender_add_lib(bf_nodes_texture "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_nodes_texture "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||
| # RNA_prototypes.h | # RNA_prototypes.h | ||||
| add_dependencies(bf_nodes_texture bf_rna) | add_dependencies(bf_nodes_texture bf_rna) | ||||