Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/CMakeLists.txt
| Show First 20 Lines • Show All 205 Lines • ▼ Show 20 Lines | if(CMAKE_COMPILER_IS_GNUCXX) | ||||
| unset(_has_cxxflag_double_promotion) | unset(_has_cxxflag_double_promotion) | ||||
| endif() | endif() | ||||
| # Subdirectories | # Subdirectories | ||||
| if(WITH_CYCLES_BLENDER) | if(WITH_CYCLES_BLENDER) | ||||
| add_subdirectory(blender) | add_subdirectory(blender) | ||||
| add_definitions(-DWITH_BLENDER_GUARDEDALLOC) | |||||
| endif() | endif() | ||||
| 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) | ||||
| Show All 15 Lines | |||||