cmake include examples

Signatures

include(<file|module> [OPTIONAL] [RESULT_VARIABLE <var>]
  [NO_POLICY_SCOPE])

Examples

facebook/folly CMakeLists.txt :581

include(GoogleTest OPTIONAL RESULT_VARIABLE HAVE_CMAKE_GTEST)

jahnf/Projecteur cmake/modules/GitVersion.cmake :408

include(ArchiveExportInfo OPTIONAL RESULT_VARIABLE GIT_EXPORT_INFO_FILE_PRESENT)

rAthenaCN/rAthenaCN CMakeLists.txt :424

include( CPACK  OPTIONAL  RESULT_VARIABLE HAVE_CPACK )

Jackarain/proxy third_party/boost/libs/array/test/CMakeLists.txt :5

include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)

libriscv/libriscv examples/includeos/CMakeLists.txt :4

include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake OPTIONAL RESULT_VARIABLE HAS_CONAN)

QMCPACK/qmcpack external_codes/boost_multi/multi/test/CMakeLists.txt :10

include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)

snl-dakota/dakota cmake/examples/utilities/DakotaSetupBuildEnv.cmake :64

include( DakotaAddConfigurationFiles RESULT_VARIABLE includeResult )

boostorg/stacktrace test/CMakeLists.txt :5

include(BoostTest OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)

ned14/outcome boostify/test/CMakeLists.txt :4

include(BoostTest OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)

saprykin/plibsys src/CMakeLists.txt :33

include (CMakePackageConfigHelpers OPTIONAL RESULT_VARIABLE HAVE_PACKAGE_HELPER)

eclipse-cyclonedds/cyclonedds cmake/Modules/Findcodecov.cmake :128

include(CheckFortranCompilerFlag OPTIONAL
					RESULT_VARIABLE INCLUDED)