Changeset View
Changeset View
Standalone View
Standalone View
CMakeLists.txt
| Show First 20 Lines • Show All 452 Lines • ▼ Show 20 Lines | |||||
| option(WITH_ASSERT_ABORT "Call abort() when raising an assertion through BLI_assert()" OFF) | option(WITH_ASSERT_ABORT "Call abort() when raising an assertion through BLI_assert()" OFF) | ||||
| 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) | ||||
| # Unit testsing | # Unit testsing | ||||
| option(WITH_GTESTS "Enable GTest unit testing" OFF) | option(WITH_GTESTS "Enable GTest unit testing" OFF) | ||||
| option(WITH_OPENGL_TESTS "Enable OpenGL 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) | |||||
| # Documentation | # Documentation | ||||
| if(UNIX AND NOT APPLE) | if(UNIX AND NOT APPLE) | ||||
| option(WITH_DOC_MANPAGE "Create a manual page (Unix manpage)" OFF) | option(WITH_DOC_MANPAGE "Create a manual page (Unix manpage)" OFF) | ||||
| endif() | endif() | ||||
| ▲ Show 20 Lines • Show All 1,328 Lines • Show Last 20 Lines | |||||