Changeset View
Changeset View
Standalone View
Standalone View
CMakeLists.txt
| Show First 20 Lines • Show All 454 Lines • ▼ Show 20 Lines | |||||
| # Debug | # Debug | ||||
| option(WITH_CXX_GUARDEDALLOC "Enable GuardedAlloc for C++ memory allocation tracking (only enable for development)" OFF) | option(WITH_CXX_GUARDEDALLOC "Enable GuardedAlloc for C++ memory allocation tracking (only enable for development)" OFF) | ||||
| mark_as_advanced(WITH_CXX_GUARDEDALLOC) | mark_as_advanced(WITH_CXX_GUARDEDALLOC) | ||||
| option(WITH_ASSERT_ABORT "Call abort() when raising an assertion through BLI_assert()" ON) | option(WITH_ASSERT_ABORT "Call abort() when raising an assertion through BLI_assert()" ON) | ||||
| mark_as_advanced(WITH_ASSERT_ABORT) | mark_as_advanced(WITH_ASSERT_ABORT) | ||||
| option(WITH_BOOST "Enable features depending on boost" ON) | option(WITH_BOOST "Enable features depending on boost" ON) | ||||
| option(WITH_TBB "Enable features depending on TBB (OpenVDB, OpenImageDenoise, sculpt multithreading)" ON) | |||||
| # Unit testsing | # Unit testsing | ||||
| option(WITH_GTESTS "Enable GTest unit testing" OFF) | option(WITH_GTESTS "Enable GTest unit testing" OFF) | ||||
| option(WITH_OPENGL_RENDER_TESTS "Enable OpenGL render related unit testing (Experimental)" OFF) | option(WITH_OPENGL_RENDER_TESTS "Enable OpenGL render related unit testing (Experimental)" OFF) | ||||
| option(WITH_OPENGL_DRAW_TESTS "Enable OpenGL UI drawing related unit testing (Experimental)" OFF) | option(WITH_OPENGL_DRAW_TESTS "Enable OpenGL UI drawing related unit testing (Experimental)" OFF) | ||||
| # Documentation | # Documentation | ||||
| if(UNIX AND NOT APPLE) | if(UNIX AND NOT APPLE) | ||||
| ▲ Show 20 Lines • Show All 1,387 Lines • Show Last 20 Lines | |||||