Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/integrator/CMakeLists.txt
| Show First 20 Lines • Show All 55 Lines • ▼ Show 20 Lines | set(SRC_HEADERS | ||||
| path_trace_work_gpu.h | path_trace_work_gpu.h | ||||
| render_scheduler.h | render_scheduler.h | ||||
| shader_eval.h | shader_eval.h | ||||
| work_balancer.h | work_balancer.h | ||||
| work_tile_scheduler.h | work_tile_scheduler.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| cycles_device | |||||
| # NOTE: Is required for RenderBuffers access. Might consider moving files around a bit to | # NOTE: Is required for RenderBuffers access. Might consider moving files around a bit to | ||||
| # avoid such cyclic dependency. | # avoid such cyclic dependency. | ||||
| cycles_render | cycles_session | ||||
| cycles_util | cycles_util | ||||
| ) | ) | ||||
| if(WITH_OPENIMAGEDENOISE) | if(WITH_OPENIMAGEDENOISE) | ||||
| list(APPEND LIB | list(APPEND LIB | ||||
| ${OPENIMAGEDENOISE_LIBRARIES} | ${OPENIMAGEDENOISE_LIBRARIES} | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| include_directories(${INC}) | include_directories(${INC}) | ||||
| include_directories(SYSTEM ${INC_SYS}) | include_directories(SYSTEM ${INC_SYS}) | ||||
| cycles_add_library(cycles_integrator "${LIB}" ${SRC} ${SRC_HEADERS}) | cycles_add_library(cycles_integrator "${LIB}" ${SRC} ${SRC_HEADERS}) | ||||