Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/bvh/CMakeLists.txt
| Show All 29 Lines | set(SRC_HEADERS | ||||
| bvh_embree.h | bvh_embree.h | ||||
| bvh_node.h | bvh_node.h | ||||
| bvh_params.h | bvh_params.h | ||||
| bvh_sort.h | bvh_sort.h | ||||
| bvh_split.h | bvh_split.h | ||||
| bvh_unaligned.h | bvh_unaligned.h | ||||
| ) | ) | ||||
| set(LIB | |||||
| cycles_render | |||||
| ) | |||||
| include_directories(${INC}) | include_directories(${INC}) | ||||
| include_directories(SYSTEM ${INC_SYS}) | include_directories(SYSTEM ${INC_SYS}) | ||||
| cycles_add_library(cycles_bvh ${SRC} ${SRC_HEADERS}) | cycles_add_library(cycles_bvh "${LIB}" ${SRC} ${SRC_HEADERS}) | ||||