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)

ethz-adrl/ifopt ifopt-config.cmake :44

include("${CMAKE_CURRENT_LIST_DIR}/ifopt_snopt-targets.cmake" OPTIONAL)

Rezonality/zep tests/googletest/googletest/CMakeLists.txt :31

include(cmake/hermetic_build.cmake OPTIONAL)

sandialabs/InterSpec cmake/android.toolchain.cmake :201

include( "${CMAKE_CURRENT_SOURCE_DIR}/../android.toolchain.config.cmake" OPTIONAL )

google/filament third_party/dawn/third_party/googletest/googletest/CMakeLists.txt :30

include(cmake/hermetic_build.cmake OPTIONAL)

scylladb/seastar CMakeLists.txt :36

include (Cooking OPTIONAL)

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 )

qt/qtbase cmake/QtBuildRepoHelpers.cmake :26

include(${PROJECT_NAME}Setup OPTIONAL)

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)

luxonis/depthai-core cmake/depthaiDependencies.cmake :218

include(${DEPTHAI_DEPENDENCY_INCLUDE} OPTIONAL)

devsim/devsim CMakeLists.txt :19

INCLUDE(${PROJECT_SOURCE_DIR}/local.cmake OPTIONAL)

arrayfire/arrayfire CMakeModules/CMakeSYCLInformation.cmake :135

include(Platform/${CMAKE_SYSTEM_NAME} OPTIONAL)

meemknight/ourCraft thirdparty/assimp-5.2.4/contrib/gtest/CMakeLists.txt :31

include(cmake/hermetic_build.cmake OPTIONAL)

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)

joschu/trajopt ext/gtest/CMakeLists.txt :26

include(cmake/hermetic_build.cmake OPTIONAL)

saprykin/plibsys src/CMakeLists.txt :33

include (CMakePackageConfigHelpers OPTIONAL RESULT_VARIABLE HAVE_PACKAGE_HELPER)

ucla-vision/xivo thirdparty/googletest/googletest/CMakeLists.txt :30

include(cmake/hermetic_build.cmake OPTIONAL)

Tokutek/mysql-5.5 cmake/os/Windows.cmake :30

INCLUDE(${CMAKE_BINARY_DIR}/win/configure.data OPTIONAL)

GANGE666/xVMP src/runtimes/CMakeLists.txt :320

include(${LLVM_BINARY_DIR}/runtimes/Components.cmake OPTIONAL)

nrfconnect/sdk-zephyr share/sysbuild/cmake/modules/sysbuild_extensions.cmake :719

include(${SOURCE_DIR}/sysbuild.cmake OPTIONAL)

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

include(CheckFortranCompilerFlag OPTIONAL
					RESULT_VARIABLE INCLUDED)