Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/CMakeLists.txt
| Show First 20 Lines • Show All 244 Lines • ▼ Show 20 Lines | |||||
| if(WITH_CYCLES_STANDALONE OR WITH_CYCLES_NETWORK) | if(WITH_CYCLES_STANDALONE OR WITH_CYCLES_NETWORK) | ||||
| add_subdirectory(app) | add_subdirectory(app) | ||||
| endif() | endif() | ||||
| add_subdirectory(bvh) | add_subdirectory(bvh) | ||||
| add_subdirectory(device) | add_subdirectory(device) | ||||
| add_subdirectory(doc) | add_subdirectory(doc) | ||||
| add_subdirectory(filter) | |||||
| add_subdirectory(graph) | add_subdirectory(graph) | ||||
| add_subdirectory(kernel) | add_subdirectory(kernel) | ||||
| add_subdirectory(render) | add_subdirectory(render) | ||||
| add_subdirectory(subd) | add_subdirectory(subd) | ||||
| add_subdirectory(util) | add_subdirectory(util) | ||||
| # TODO(sergey): Make this to work with standalone repository. | # TODO(sergey): Make this to work with standalone repository. | ||||
| if(WITH_GTESTS) | if(WITH_GTESTS) | ||||
| add_subdirectory(test) | add_subdirectory(test) | ||||
| endif() | endif() | ||||
| if(NOT WITH_BLENDER AND WITH_CYCLES_STANDALONE) | if(NOT WITH_BLENDER AND WITH_CYCLES_STANDALONE) | ||||
| delayed_do_install(${CMAKE_BINARY_DIR}/bin) | delayed_do_install(${CMAKE_BINARY_DIR}/bin) | ||||
| endif() | endif() | ||||