cmake fetchcontent_populate examples

Signatures

fetchcontent_populate(
  <name>
  [QUIET]
  [SUBBUILD_DIR <subBuildDir>]
  [SOURCE_DIR <srcDir>]
  [BINARY_DIR <binDir>]
  ...
)

Examples

microsoft/scenepic CMakeLists.txt :106

FetchContent_Populate(eigen)

bambulab/BambuStudio src/mcut/CMakeLists.txt :227

FetchContent_Populate(
		libigl
		GIT_REPOSITORY 			https://github.com/libigl/libigl.git
		GIT_TAG       	v2.3.0
		GIT_PROGRESS TRUE
	)

SoftFever/OrcaSlicer deps_src/mcut/CMakeLists.txt :227

FetchContent_Populate(
		libigl
		GIT_REPOSITORY 			https://github.com/libigl/libigl.git
		GIT_TAG       	v2.3.0
		GIT_PROGRESS TRUE
	)

JeremyBYU/polylidar bench/CMakeLists.txt :12

FetchContent_Populate(extern_googlebenchmark)

RavEngine/RavEngine deps/tracy/cmake/CPM.cmake :550

FetchContent_Populate()

alpaka-group/alpaka cmake/alpakaCommon.cmake :882

FetchContent_Populate(mdspan)

stack-of-tasks/pinocchio unittest/packaging/external/CMakeLists.txt :24

FetchContent_Populate(Pinocchio)

kahypar/mt-kahypar CMakeLists.txt :348

FetchContent_Populate(
  kahypar-shared-resources QUIET EXLUDE_FROM_ALL
  GIT_REPOSITORY https://github.com/kahypar/kahypar-shared-resources.git
  GIT_TAG        ${KAHYPAR_SHARED_RESOURCES_TAG}
  SOURCE_DIR     external_tools/kahypar-shared-resources
)

bareos/bareos cmake/CPM.cmake :550

FetchContent_Populate()

WerWolv/Fenestra cmake/build_helpers.cmake :467

FetchContent_Populate(cv2pdb)

mgbowen/windows-fido-bridge cmake/BuildFmt.cmake :15

FetchContent_Populate(fmt)

OpenKneeboard/OpenKneeboard third-party/lualib.cmake :17

FetchContent_Populate(lua)

NVIDIA/MatX public/cpm-cmake/cmake/CPM.cmake :762

FetchContent_Populate(${PACKAGE})

stacksmashing/LPCClocklessAnalyzer cmake/ExternalAnalyzerSDK.cmake :26

FetchContent_Populate(analyzersdk)

w111liang222/lidar-slam-detection tools/pkl_to_rosbag/pybind11/tests/CMakeLists.txt :196

FetchContent_Populate(eigen)

TheAssemblyArmada/Thyme CMakeLists.txt :274

FetchContent_Populate(gamemath_git)

abacusmodeling/abacus-develop CMakeLists.txt :161

FetchContent_Populate(cmakecodecov)

NVIDIA/DALI cmake/Dependencies.common.cmake :304

FetchContent_Populate(nvimgcodec_headers)

OpenMW/openmw extern/CMakeLists.txt :11

FetchContent_Populate(${contentName})

sandialabs/InterSpec cmake/FetchInterSpecDeps.cmake :139

FetchContent_Populate(wt)

mrc-ide/covid-sim unit_tests/CMakeLists.txt :25

FetchContent_Populate(googletest)

emsec/hal deps/pybind11/tests/CMakeLists.txt :211

FetchContent_Populate(eigen)

ceph/ceph cmake/modules/CPM.cmake :569

FetchContent_Populate()

AcademySoftwareFoundation/openvdb nanovdb/nanovdb/CMakeLists.txt :162

FetchContent_Populate(ogt)

OSGeo/PROJ test/unit/CMakeLists.txt :81

FetchContent_Populate(googletest)

STEllAR-GROUP/hpx cmake/HPX_SetupApex.cmake :66

fetchcontent_populate(apex)

YosysHQ/nextpnr 3rdparty/pybind11/tests/CMakeLists.txt :267

FetchContent_Populate(eigen)

root-project/root cmake/modules/SetupAdaptiveCpp.cmake :12

FetchContent_Populate(AdaptiveCpp)

Oneflow-Inc/oneflow oneflow/ir/install-llvm.cmake :7

FetchContent_Populate(llvm_monorepo URL ${LLVM_MONO_REPO_URL} URL_HASH MD5=${LLVM_MONO_REPO_MD5})

ebu/ear-production-suite submodules/CMakeLists.txt :132

FetchContent_Populate(visr)

dresden-elektronik/deconz-rest-plugin CMakeLists.txt :42

FetchContent_Populate(deconzlib
        GIT_REPOSITORY https://github.com/dresden-elektronik/deconz-lib.git
        GIT_TAG        main
    )

GPUOpen-Tools/gpu_performance_api build/cmake_modules/fetch_dependencies.cmake :39

FetchContent_Populate(adl
    GIT_REPOSITORY "${GITHUB_SERVER}/adl.git"
    SOURCE_DIR "${COMMON_DIR}/adl"
    GIT_TAG 3c40dc2a9538e5a08c779e5f6bd088126cda0707
)

manticoresoftware/manticoresearch cmake/update_bundle.cmake :99

FetchContent_Populate ( ${NAME} )

intel/hexl-fpga cmake/json/json.cmake :9

FetchContent_Populate(json)

jupyter-xeus/cpp-terminal tests/CMakeLists.txt :14

FetchContent_Populate(doctest)

infiniflow/infinity cmake/utils.cmake :30

FetchContent_Populate(${dep})

RenderKit/ospray-studio cmake/benchmark.cmake :42

FetchContent_Populate(benchmark)

anira-project/anira cmake/benchmark-src.cmake :28

FetchContent_Populate(benchmark)

Tracktion/tracktion_engine cmake/CPM.cmake :565

FetchContent_Populate()

romange/helio cmake/third_party.cmake :159

FetchContent_Populate(gtest)

ZikangYuan/voxel_svio CMakeLists.txt :30

FetchContent_Populate(tessil)

robbert-vdh/spectral-compressor cmake/CPM.cmake :738

FetchContent_Populate(${PACKAGE})

Dreamtowards/Ethertia lib/entt-3.12.2/docs/CMakeLists.txt :15

FetchContent_Populate(doxygen-awesome-css)

andreiavrammsd/cpp-channel examples/cmake-project/CMakeLists.txt :17

FetchContent_Populate(channel)

rbfx/rbfx Source/ThirdParty/Diligent/Graphics/GraphicsEngineD3D12/CMakeLists.txt :256

FetchContent_Populate(WinPixEventRuntime)

murat-dogan/node-datachannel CMakeLists.txt :49

FetchContent_Populate(libdatachannel)

InsightSoftwareConsortium/ITK Modules/ThirdParty/HDF5/src/itkhdf5/CMakeVOL.cmake :195

FetchContent_Populate(${hdf5_vol_depname})

bytedance/sonic-cpp cmake/external.cmake :8

FetchContent_Populate(${NAME})

sam007961/FastMassSpring CMakeLists.txt :39

FetchContent_Populate(openmesh)

KDE/marble tools/vectorosm-tilecreator/autotests/CMakeLists.txt :11

FetchContent_Populate(osm-c-tools)

ZikangYuan/sr_lio CMakeLists.txt :27

FetchContent_Populate(tessil)

Stellarium/stellarium cmake/modules/CPM.cmake :623

FetchContent_Populate()

gazebosim/gazebo-classic deps/tiny-process-library/CMakeLists.txt :10

FetchContent_Populate(tinyprocesslibrary)

romainthomas/iCDump bindings/python/CMakeLists.txt :11

FetchContent_Populate(nanobind)

Jackarain/proxy third_party/boost/tools/cmake/include/BoostFetch.cmake :79

FetchContent_Populate(${NAME})

cryfs/cryfs vendor/cryptopp/vendor_cryptopp_cmake/cmake/GetCryptoppSources.cmake :43

fetchcontent_populate(cryptopp)

librevault/librevault src/gui/CMakeLists.txt :116

FetchContent_Populate(sparkle)

sxs-collaboration/spectre cmake/SetupLIBXSMM.cmake :32

FetchContent_Populate(xsmm)

stoneface86/trackerboy cmake/CPM.cmake :623

FetchContent_Populate()

second-state/SOLL CMakeLists.txt :98

FetchContent_Populate(ssvm-evmc)

mutable-org/mutable CMakeFiles/Catch2.cmake :3

FetchContent_Populate(
    Catch2
    URL "https://raw.githubusercontent.com/catchorg/Catch2/${CATCH2_VERSION}/single_include/catch2/catch.hpp"
    URL_HASH MD5=0e9367cfe53621c8669af73e34a8c556
    SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/third-party/catch2-${CATCH2_VERSION}/include/catch2"
    DOWNLOAD_NO_EXTRACT TRUE
    SYSTEM
    EXCLUDE_FROM_ALL
)

realm/realm-core test/object-store/CMakeLists.txt :226

FetchContent_Populate(libuv)

cwida/ALP publication/source_code/bench_end_to_end/CMakeLists.txt :280

FetchContent_Populate(gflags)

kpeeters/cadabra2 frontend/gtkmm/CMakeLists.txt :52

FetchContent_Populate(microtex)

isce-framework/isce3 .cmake/FetchExternRepo.cmake :9

FetchContent_Populate(${repo})

mayataka/robotoc bindings/python/CMakeLists.txt :4

FetchContent_Populate(
    pybind11
    GIT_REPOSITORY https://github.com/pybind/pybind11.git 
    GIT_TAG        master
    SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/pybind11
    SUBBUILD_DIR ${CMAKE_CURRENT_SOURCE_DIR}/pybind11-build)

arplaboratory/learning-to-fly test/regression_test_example_old/CMakeLists.txt :21

FetchContent_Populate(test_rl_environments_multirotor_regression_test_code)

cvet/fonline ThirdParty/tracy/cmake/CPM.cmake :550

FetchContent_Populate()

ailab-hanyang/Radar4Motion 3rdparty/eigen/eigen.cmake :37

FetchContent_Populate(eigen)

nlitsme/idbutil Findidbutil.cmake :7

FetchContent_Populate(idbutil
        GIT_REPOSITORY https://github.com/nlitsme/idbutil)

awa-ai/awadb pybind11/tests/CMakeLists.txt :262

FetchContent_Populate(eigen)

xqq/libaribcaption CMakeLists.txt :105

FetchContent_Populate(freetype)

DLR-SC/tigl tests/cmake/AddGoogleTest.cmake :15

FetchContent_Populate(googletest)

k2-fsa/sherpa-ncnn cmake/json.cmake :37

FetchContent_Populate(json)

philips-software/amp-embedded-infra-lib lwip/lwip/CMakeLists.txt :9

FetchContent_Populate(lwip)

nRF24/RF24 cmake/pico_sdk_import.cmake :39

FetchContent_Populate(pico_sdk)

gatecat/nextpnr-xilinx 3rdparty/pybind11/tests/CMakeLists.txt :258

FetchContent_Populate(eigen)

hailo-ai/hailort hailort/cmake/external/benchmark.cmake :21

FetchContent_Populate(benchmark)

ovsky/sumi-emu vcpkg_installed/x64-windows/share/boost/cmake-build/BoostFetch.cmake :79

FetchContent_Populate(${NAME})

apple/foundationdb cmake/CompileZstd.cmake :15

FetchContent_Populate(ZSTD)

PaddlePaddle/Paddle cmake/cinn/external/llvm.cmake :20

FetchContent_Populate(external_llvm)

0x7c13/UnityEditor-DarkMode CMakeLists.txt :22

FetchContent_Populate(
  inipp
  URL https://github.com/mcmtroffaes/inipp/archive/c61e699682d3f1091209c2179f1d03f5fc593327.zip
  URL_HASH SHA256=1727e025c03e80db4f66925fa5e20e36943c2a2f94c6b141cb1f6f792a6cdca8
  EXCLUDE_FROM_ALL
)

StephLin/KCP cmake/doxygenTheme.cmake :11

FetchContent_Populate(doxygentheme)

wolfpld/etcpak CPM.cmake :550

FetchContent_Populate()

microsoft/onnxruntime-genai cmake/external/helper_functions.cmake :139

FetchContent_Populate(${__cmake_contentName})

simdutf/simdutf cmake/CPM.cmake :623

FetchContent_Populate()

SeriousCache/UABE depend.cmake :16

FetchContent_Populate(
		astcenc
	)

ArthurSonzogni/smk third_party/CMakeLists.txt :47

FetchContent_Populate(freetype2)

arrayfire/forge CMakeModules/ForgeConfigureDepsVars.cmake :82

FetchContent_Populate(${dep_prefix}
        QUIET
        URL            ${fdcp_args_URI}
        URL_HASH       ${fdcp_args_REF}
        DOWNLOAD_COMMAND \"\"
        UPDATE_DISCONNECTED ON
        SOURCE_DIR     "${Forge_SOURCE_DIR}/extern/${dep_prefix}-src"
        BINARY_DIR     "${Forge_BINARY_DIR}/extern/${dep_prefix}-build"
        SUBBUILD_DIR   "${Forge_BINARY_DIR}/extern/${dep_prefix}-subbuild"
      )

flashlight/flashlight cmake/BuildBackwardCpp.cmake :10

FetchContent_Populate(BackwardCpp)

mtheall/ftpd CMakeLists.txt :18

FetchContent_Populate(gsl)

percolator/percolator tests/unit_tests/percolator/CMakeLists.txt :24

FetchContent_Populate(googletest)

zdchan/RobustDexGrasp raisimGymTorch/thirdParty/pybind11/tests/CMakeLists.txt :262

FetchContent_Populate(eigen)

yanhua133/mediasoup-sfu-cpp deps/json/test/cmake_fetch_content/project/CMakeLists.txt :12

FetchContent_Populate(json)

Kenix3/libultraship cmake/ios-toolchain-populate.cmake :11

FetchContent_Populate(iostoolchain)

arrayfire/arrayfire CMakeModules/AFconfigure_deps_vars.cmake :92

FetchContent_Populate(${dep_prefix}
        QUIET
        URL            ${adcp_args_URI}
        URL_HASH       ${adcp_args_REF}
        DOWNLOAD_COMMAND \"\"
        UPDATE_DISCONNECTED ON
        SOURCE_DIR     "${ArrayFire_SOURCE_DIR}/extern/${dep_prefix}-src"
        BINARY_DIR     "${ArrayFire_BINARY_DIR}/extern/${dep_prefix}-build"
        SUBBUILD_DIR   "${ArrayFire_BINARY_DIR}/extern/${dep_prefix}-subbuild"
      )

meemknight/ourCraft thirdparty/FastNoise2/cmake/CPM.cmake :762

FetchContent_Populate(${PACKAGE})

feedzai/fairgbm cmake/IntegratedOpenCL.cmake :19

FetchContent_Populate(OpenCL-Headers)

ufz/ogs scripts/cmake/CPM.cmake :623

FetchContent_Populate()

kokkos/mdspan benchmarks/CMakeLists.txt :27

fetchcontent_populate(benchmark)