cmake fetchcontent_getproperties examples

Signatures

fetchcontent_getproperties(
  <name>
  [SOURCE_DIR <srcDirVar>]
  [BINARY_DIR <binDirVar>]
  [POPULATED <doneVar>]
)

Examples

microsoft/scenepic CMakeLists.txt :104

FetchContent_GetProperties(eigen)

o3de/o3de cmake/3rdParty/FetchRGA.cmake :21

FetchContent_GetProperties(rga)

bambulab/BambuStudio src/mcut/cmake/add_FetchContent_MakeAvailable.cmake :2

FetchContent_GetProperties(${NAME})

SoftFever/OrcaSlicer deps_src/mcut/cmake/add_FetchContent_MakeAvailable.cmake :2

FetchContent_GetProperties(${NAME})

JeremyBYU/polylidar bench/CMakeLists.txt :10

FetchContent_GetProperties(extern_googlebenchmark)

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

FetchContent_GetProperties(${PACKAGE})

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

FetchContent_GetProperties(mdspan)

etternagame/etterna extern/crashpad/CMakeLists.txt :53

FetchContent_GetProperties(depot_tools SOURCE_DIR DEPOT_TOOLS_DIR)

stack-of-tasks/pinocchio CMakeLists.txt :52

FetchContent_GetProperties("jrl-cmakemodules" SOURCE_DIR JRL_CMAKE_MODULES)

bareos/bareos cmake/CPM.cmake :1096

FetchContent_GetProperties(${PACKAGE})

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

FetchContent_GetProperties(fmt)

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

FetchContent_GetProperties(lua)

NVIDIA/MatX cmake/rapids-cmake/RAPIDS.cmake :85

FetchContent_GetProperties(rapids-cmake)

stacksmashing/LPCClocklessAnalyzer cmake/ExternalAnalyzerSDK.cmake :23

FetchContent_GetProperties(analyzersdk)

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

FetchContent_GetProperties(eigen)

TheAssemblyArmada/Thyme CMakeLists.txt :272

FetchContent_GetProperties(gamemath_git)

OpenMW/openmw extern/CMakeLists.txt :9

FetchContent_GetProperties(${contentName})

sandialabs/InterSpec cmake/FetchInterSpecDeps.cmake :110

FetchContent_GetProperties( boost )

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

FetchContent_GetProperties(googletest)

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

FetchContent_GetProperties(eigen)

ceph/ceph cmake/modules/CPM.cmake :1118

FetchContent_GetProperties(${PACKAGE})

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

FetchContent_GetProperties(ogt)

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

FetchContent_GetProperties(googletest)

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

fetchcontent_getproperties(apex)

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

FetchContent_GetProperties(eigen)

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

FetchContent_GetProperties(AdaptiveCpp)

facebookincubator/velox CMake/resolve_dependency_modules/fastfloat.cmake :41

FetchContent_GetProperties(fastfloat SOURCE_DIR FASTFLOAT_SOURCE_DIR)

Oneflow-Inc/oneflow cmake/third_party/glog.cmake :16

FetchContent_GetProperties(glog)

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

FetchContent_GetProperties(visr)

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

FetchContent_GetProperties(deconzlib)

manticoresoftware/manticoresearch cmake/update_bundle.cmake :96

FetchContent_GetProperties ( ${NAME} )

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

FetchContent_GetProperties(json)

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

FetchContent_GetProperties(doctest)

infiniflow/infinity cmake/rocksdb.cmake :33

FetchContent_GetProperties(jemalloc)

RenderKit/ospray-studio cmake/draco.cmake :60

FetchContent_GetProperties(draco)

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

FetchContent_GetProperties(benchmark)

bluescan/tacentview CMakeLists.txt :68

FetchContent_GetProperties(tacent)

Tracktion/tracktion_engine cmake/CPM.cmake :1112

FetchContent_GetProperties(${PACKAGE})

fulhax/ncpamixer src/cmake.deps/FetchPandocMan.cmake :8

FetchContent_GetProperties(cmake_modules)

romange/helio cmake/third_party.cmake :157

FetchContent_GetProperties(gtest)

NauEngine/NauEnginePublic cmake/defaults/UsdPackages.cmake :9

FetchContent_GetProperties(Usd SOURCE_DIR UsdDir)

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

FetchContent_GetProperties(${PACKAGE})

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

FetchContent_GetProperties(doxygen-awesome-css)

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

FetchContent_GetProperties(WinPixEventRuntime)

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

FetchContent_GetProperties(libdatachannel)

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

FetchContent_GetProperties(${hdf5_vol_depname})

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

FetchContent_GetProperties(${NAME})

sam007961/FastMassSpring CMakeLists.txt :37

FetchContent_GetProperties(openmesh)

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

FetchContent_GetProperties(${PACKAGE})

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

FetchContent_GetProperties(tinyprocesslibrary)

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

FetchContent_GetProperties(nanobind)

kongaskristjan/fire-hpp tests/CMakeLists.txt :20

FetchContent_GetProperties(googletest)

Jackarain/proxy third_party/boost/libs/hash2/CMakeLists.txt :33

FetchContent_GetProperties(boostorg_cmake)

polyfem/polyfem tests/CMakeLists.txt :76

FetchContent_GetProperties(catch2)

symforce-org/symforce symforce/opt/CMakeLists.txt :88

FetchContent_GetProperties(metis SOURCE_DIR metis_SOURCE_DIR)

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

FetchContent_GetProperties(xsmm)

stoneface86/trackerboy cmake/CPM.cmake :1190

FetchContent_GetProperties(${PACKAGE})

halide/Halide apps/hannk/tflite/CMakeLists.txt :65

FetchContent_GetProperties(tflite)

second-state/SOLL CMakeLists.txt :96

FetchContent_GetProperties(ssvm-evmc)

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

FetchContent_GetProperties(roaring)

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

FetchContent_GetProperties(microtex)

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

FetchContent_GetProperties(${repo})

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

FetchContent_GetProperties(pybind11)

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

FetchContent_GetProperties(${PACKAGE})

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

FetchContent_GetProperties(eigen)

xqq/libaribcaption CMakeLists.txt :102

FetchContent_GetProperties(freetype)

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

FetchContent_GetProperties(googletest)

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

FetchContent_GetProperties(json)

visualboyadvance-m/visualboyadvance-m cmake/Set-Toolchain-vcpkg.cmake :302

FetchContent_GetProperties(vcpkg_binpkg)

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

FetchContent_GetProperties(lwip)

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

FetchContent_GetProperties(eigen)

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

FetchContent_GetProperties(benchmark)

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

FetchContent_GetProperties(${NAME})

apple/foundationdb cmake/CompileZstd.cmake :13

FetchContent_GetProperties(ZSTD)

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

FetchContent_GetProperties(external_llvm)

StephLin/KCP cmake/doxygenTheme.cmake :9

FetchContent_GetProperties(doxygentheme)

ixray-team/ixray-1.6-stcop src/utils/xrDXT/CMakeLists.txt :63

FetchContent_GetProperties(nvtt)

wolfpld/etcpak CPM.cmake :1096

FetchContent_GetProperties(${PACKAGE})

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

FetchContent_GetProperties(${__cmake_contentName})

simdutf/simdutf cmake/CPM.cmake :1190

FetchContent_GetProperties(${PACKAGE})

ArthurSonzogni/smk third_party/CMakeLists.txt :45

FetchContent_GetProperties(freetype2)

arrayfire/forge CMakeModules/ForgeConfigureDepsVars.cmake :132

FetchContent_GetProperties(${dep_prefix})

microsoft/WSL CMakeLists.txt :33

FetchContent_GetProperties(GSL SOURCE_DIR GSL_SOURCE_DIR)

flashlight/flashlight cmake/BuildBackwardCpp.cmake :11

FetchContent_GetProperties(BackwardCpp
  SOURCE_DIR BackwardCpp_SOURCE
  POPULATED BackwardCpp_POPULATED
  )

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

FetchContent_GetProperties(eigen)

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

FetchContent_GetProperties(json)

illusion0001/Windows-Game-Patches cmake/yaml-cpp.cmake :9

FetchContent_GetProperties(yaml-cpp)

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

FetchContent_GetProperties(iostoolchain)

arrayfire/arrayfire CMakeModules/AFconfigure_deps_vars.cmake :142

FetchContent_GetProperties(${dep_prefix})

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

FetchContent_GetProperties(${PACKAGE})

feedzai/fairgbm cmake/IntegratedOpenCL.cmake :17

FetchContent_GetProperties(OpenCL-Headers)

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

FetchContent_GetProperties(${PACKAGE})

kokkos/mdspan benchmarks/CMakeLists.txt :25

fetchcontent_getproperties(benchmarkgoogletest)

XRPLF/rippled cmake/RippledValidatorKeys.cmake :16

FetchContent_GetProperties (validator_keys_src)

ggml-org/llama.cpp ggml/src/ggml-cpu/CMakeLists.txt :521

FetchContent_GetProperties(KleidiAI_Download
            SOURCE_DIR  KLEIDIAI_SRC
            POPULATED   KLEIDIAI_POPULATED)

IntelRealSense/RealSenseID cmake/libcurl.cmake :15

FetchContent_GetProperties(libcurl)

zju-abclab/NEXUS thirdparty/SEAL-4.1-bs/cmake/ExternalBenchmark.cmake :9

FetchContent_GetProperties(benchmark)

dmlc/ps-lite CMakeLists.txt :23

FetchContent_GetProperties(zmq)

lattice/quda CMakeLists.txt :664

FetchContent_GetProperties(backward-cpp)

swiftlang/swift lib/CompilerSwiftSyntax/CMakeLists.txt :34

FetchContent_GetProperties(CompilerSwiftSyntax BINARY_DIR binary_dir)