Changeset View
Changeset View
Standalone View
Standalone View
CMakeLists.txt
| Show First 20 Lines • Show All 1,761 Lines • ▼ Show 20 Lines | if(WITH_CUDA_DYNLOAD) | ||||
| add_subdirectory(extern/cuew) | add_subdirectory(extern/cuew) | ||||
| endif() | endif() | ||||
| if(NOT WITH_SYSTEM_GLEW) | if(NOT WITH_SYSTEM_GLEW) | ||||
| add_subdirectory(extern/glew) | add_subdirectory(extern/glew) | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||
| #----------------------------------------------------------------------------- | #----------------------------------------------------------------------------- | ||||
| # Testing | |||||
| add_subdirectory(tests) | |||||
| #----------------------------------------------------------------------------- | |||||
| # Blender Application | # Blender Application | ||||
| if(WITH_BLENDER) | if(WITH_BLENDER) | ||||
| add_subdirectory(source/creator) | add_subdirectory(source/creator) | ||||
| endif() | endif() | ||||
| #----------------------------------------------------------------------------- | #----------------------------------------------------------------------------- | ||||
| # Testing | |||||
| add_subdirectory(tests) | |||||
| #----------------------------------------------------------------------------- | |||||
| # Define 'heavy' submodules (for Ninja builder when using pools). | # Define 'heavy' submodules (for Ninja builder when using pools). | ||||
| setup_heavy_lib_pool() | setup_heavy_lib_pool() | ||||
| #----------------------------------------------------------------------------- | #----------------------------------------------------------------------------- | ||||
| # CPack for generating packages | # CPack for generating packages | ||||
| include(build_files/cmake/packaging.cmake) | include(build_files/cmake/packaging.cmake) | ||||
| ▲ Show 20 Lines • Show All 124 Lines • Show Last 20 Lines | |||||