Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/graph/CMakeLists.txt
| Show All 10 Lines | |||||
| set(SRC_HEADERS | set(SRC_HEADERS | ||||
| node.h | node.h | ||||
| node_enum.h | node_enum.h | ||||
| node_type.h | node_type.h | ||||
| node_xml.h | node_xml.h | ||||
| ) | ) | ||||
| set(LIB | |||||
| ) | |||||
| include_directories(${INC}) | include_directories(${INC}) | ||||
| include_directories(SYSTEM ${INC_SYS}) | include_directories(SYSTEM ${INC_SYS}) | ||||
| cycles_add_library(cycles_graph ${SRC} ${SRC_HEADERS}) | cycles_add_library(cycles_graph "${LIB}" ${SRC} ${SRC_HEADERS}) | ||||