Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/CMakeLists.txt
| Show First 20 Lines • Show All 67 Lines • ▼ Show 20 Lines | set(SRC_HEADERS | ||||
| shader.h | shader.h | ||||
| sobol.h | sobol.h | ||||
| stats.h | stats.h | ||||
| svm.h | svm.h | ||||
| tables.h | tables.h | ||||
| tile.h | tile.h | ||||
| ) | ) | ||||
| set(LIB | |||||
| cycles_bvh | |||||
| ) | |||||
| set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${RTTI_DISABLE_FLAGS}") | set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${RTTI_DISABLE_FLAGS}") | ||||
| include_directories(${INC}) | include_directories(${INC}) | ||||
| include_directories(SYSTEM ${INC_SYS}) | include_directories(SYSTEM ${INC_SYS}) | ||||
| add_definitions(${GL_DEFINITIONS}) | add_definitions(${GL_DEFINITIONS}) | ||||
| cycles_add_library(cycles_render ${SRC} ${SRC_HEADERS}) | cycles_add_library(cycles_render "${LIB}" ${SRC} ${SRC_HEADERS}) | ||||