Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/scene/CMakeLists.txt
| Show First 20 Lines • Show All 80 Lines • ▼ Show 20 Lines | set(SRC_HEADERS | ||||
| tables.h | tables.h | ||||
| volume.h | volume.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| cycles_bvh | cycles_bvh | ||||
| cycles_device | cycles_device | ||||
| cycles_integrator | cycles_integrator | ||||
| cycles_lpe | |||||
| cycles_subd | cycles_subd | ||||
| cycles_util | cycles_util | ||||
| ) | ) | ||||
| if(CYCLES_STANDALONE_REPOSITORY) | if(CYCLES_STANDALONE_REPOSITORY) | ||||
| list(APPEND LIB extern_sky) | list(APPEND LIB extern_sky) | ||||
| else() | else() | ||||
| list(APPEND LIB bf_intern_sky) | list(APPEND LIB bf_intern_sky) | ||||
| ▲ Show 20 Lines • Show All 53 Lines • Show Last 20 Lines | |||||