Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/subd/CMakeLists.txt
| Show All 15 Lines | |||||
| set(SRC_HEADERS | set(SRC_HEADERS | ||||
| subd_dice.h | subd_dice.h | ||||
| subd_patch.h | subd_patch.h | ||||
| subd_patch_table.h | subd_patch_table.h | ||||
| subd_split.h | subd_split.h | ||||
| ) | ) | ||||
| set(LIB | |||||
| ) | |||||
| include_directories(${INC}) | include_directories(${INC}) | ||||
| include_directories(SYSTEM ${INC_SYS}) | include_directories(SYSTEM ${INC_SYS}) | ||||
| cycles_add_library(cycles_subd ${SRC} ${SRC_HEADERS}) | cycles_add_library(cycles_subd "${LIB}" ${SRC} ${SRC_HEADERS}) | ||||