Go to the source code of this file.
Functions | |
if (EXISTS "${PROJECT_DOC_DIR}/CMakeLists.txt") option(BUILD_DOCUMENTATION "Request build and/or installation of documentation." OFF) endif() if(EXISTS "$ | |
CMakeLists txt | option (BUILD_EXAMPLE "Request build and/or installation of example." OFF) endif() if(PROJECT_HAS_APPLICATIONS) if(NOT BUILD_APPLICATIONS_DEFAULT) set(BUILD_APPLICATIONS_DEFAULT OFF) endif() option(BUILD_APPLICATIONS "Request build and/or installation of applications." $ |
if | ( | EXISTS "${PROJECT_DOC_DIR}/CMakeLists.txt" | ) |
Definition at line 39 of file ProjectSettings.cmake.
CMakeLists txt option | ( | BUILD_EXAMPLE "Request build and/or installation of example." | OFF | ) |
Definition at line 45 of file ProjectSettings.cmake.