Changeset View
Changeset View
Standalone View
Standalone View
CMakeLists.txt
| Show First 20 Lines • Show All 452 Lines • ▼ Show 20 Lines | |||||
| else() | else() | ||||
| set(WITH_EXPERIMENTAL_FEATURES ON) | set(WITH_EXPERIMENTAL_FEATURES ON) | ||||
| endif() | endif() | ||||
| # 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) | ||||
| option(WITH_TRANSFORM_TESTS "Enable transform tests (Experimental)" OFF) | |||||
| set(TEST_PYTHON_EXE "" CACHE PATH "Python executable to run unit tests") | set(TEST_PYTHON_EXE "" CACHE PATH "Python executable to run unit tests") | ||||
| mark_as_advanced(TEST_PYTHON_EXE) | mark_as_advanced(TEST_PYTHON_EXE) | ||||
| # 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,506 Lines • Show Last 20 Lines | |||||