cmake define_property examples

Signatures

define_property(<GLOBAL | DIRECTORY | TARGET | SOURCE |
  TEST | VARIABLE | CACHED_VARIABLE>
  PROPERTY <name> [INHERITED]
  [BRIEF_DOCS <brief-doc> [docs...]]
  [FULL_DOCS <full-doc> [docs...]]
[INITIALIZE_FROM_VARIABLE <variable>])

Examples

timi-liuliang/echo thirdparty/eigen-3.3.3/cmake/EigenTesting.cmake :492

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

Madour/NasNas cmake/NasNasUtils.cmake :7

define_property(GLOBAL
    PROPERTY NASNAS_ARCHIVE_TARGETS
    BRIEF_DOCS "Contains all available archive targets defined by NasNas"
    FULL_DOCS "Contains all available archive targets defined by NasNas"
)

oceancx/CXEngine cmake/cotire.cmake :3844

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

o3de/o3de cmake/3rdParty.cmake :12

define_property(TARGET PROPERTY LY_SYSTEM_LIBRARY
    BRIEF_DOCS "Defines a 3rdParty library as a system library"
    FULL_DOCS [[
        Property which is set on third party targets that should be considered
        as provided by the system. Such targets are excluded from the runtime
        dependencies considerations, and are not distributed as part of the
        O3DE SDK package. Instead, users of the SDK are expected to install
        such a third party library themselves.
    ]]
)

godlikepanos/anki-3d-engine ThirdParty/Sdl3/test/CMakeLists.txt :100

define_property(TARGET PROPERTY SDL_NONINTERACTIVE BRIEF_DOCS "If true, target is a non-interactive test executable." FULL_DOCS "If true, target is a noninteractive test executable.")

anhttran/3dmm_basic lib/3rdParty/Eigen/cmake/EigenTesting.cmake :492

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

STORM-IRIT/Radium-Engine cmake/RadiumSetupFunctions.cmake :23

define_property(
    TARGET
    PROPERTY RADIUM_TARGET_RESOURCES_DIRECTORIES
    BRIEF_DOCS "Identify the optional resource directories associated with a target."
    FULL_DOCS "Contains a list of directories that will be linked "
              "or installed when building or installing the target."
)

RavEngine/RavEngine cmake/shaders.cmake :2

define_property(GLOBAL PROPERTY ALL_SHADERS
		BRIEF_DOCS "Aggregate shader list"
		FULL_DOCS "GLOBAL shader list"
	)

Vhonowslend/StreamFX-Public CMakeLists.txt :448

define_property(TARGET PROPERTY COMPONENT_LABEL)

pcb9382/FaceAlgorithm include/Eigen/cmake/EigenTesting.cmake :274

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

Kitware/kwiver CMake/utils/algorithm-utils-targets.cmake :27

define_property(GLOBAL PROPERTY arrows_plugin_libraries
  BRIEF_DOCS "Generated plugin libraries"
  FULL_DOCS "List of generated shared plugin module libraries"
  )

RSIA-LIESMARS-WHU/LSHBOX include/eigen/cmake/EigenTesting.cmake :274

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

liminchen/OptCuts ext/libigl/external/eigen/cmake/EigenTesting.cmake :492

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

nv-legate/legate src/cmake/Modules/debug_symbols.cmake :117

define_property(TARGET PROPERTY LEGATE_DEBUG_SYMBOLS_INSTALL_DIR)

bareos/bareos cmake/CPM.cmake :547

define_property(
    GLOBAL
    PROPERTY ${propertyName}
    BRIEF_DOCS "Internal implementation detail of FetchContent_Populate()"
    FULL_DOCS "Details used by FetchContent_Populate() for ${contentName}"
  )

openvinotoolkit/openvino src/plugins/intel_gpu/src/graph/CMakeLists.txt :39

define_property(GLOBAL PROPERTY EXTRA_LINK_LIBRARIES_GLOBAL BRIEF_DOCS "All link libs" FULL_DOCS "Link libraries collection from all backends")

NVIDIA/MatX cmake/rapids-cmake/testing/utils/emulate_fetching_rapids_cmake.cmake :35

define_property(GLOBAL PROPERTY ${prefix}_populated)

w111liang222/lidar-slam-detection slam/thirdparty/fast_gicp/thirdparty/Eigen/cmake/EigenTesting.cmake :416

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

OSVR/SteamVR-OSVR vendor/eigen-3.2.4/cmake/EigenTesting.cmake :274

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

ceph/ceph cmake/modules/CPM.cmake :566

define_property(
    GLOBAL
    PROPERTY ${propertyName}
    BRIEF_DOCS "Internal implementation detail of FetchContent_Populate()"
    FULL_DOCS "Details used by FetchContent_Populate() for ${contentName}"
  )

dartsim/dart cmake/Components.cmake :36

define_property(GLOBAL PROPERTY "${package_name}_INCLUDE_DIRS"
    BRIEF_DOCS "Global include directories used by all components."
    FULL_DOCS "Global include directories used by all components."
    )

mull-project/mull cmake/properties.cmake :1

define_property(
  GLOBAL
  PROPERTY TEST_FIXTURES
  BRIEF_DOCS "Holds list if all generated fixtures"
  FULL_DOCS "See above")

edubart/otclient src/framework/cmake/cotire.cmake :2487

define_property(
        CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
        BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
        FULL_DOCS
            "The variable can be set to a semicolon separated list of include directories."
            "If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
            "If not defined, defaults to empty list."
    )

NREL/EnergyPlus third_party/eigen/cmake/EigenTesting.cmake :492

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

Devsh-Graphics-Programming/Nabla cmake/common.cmake :276

define_property(TARGET
                PROPERTY NBL_PACKAGE_RUNTIME_DLL_DIR_PATH
                BRIEF_DOCS "Relative path in CPack package to runtime DLL directory"
			)

kyubotics/coolq-http-api cmake/Modules/cotire.cmake :3844

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

Icinga/icinga2 tools/mkunity/CMakeLists.txt :3

define_property(
  SOURCE
  PROPERTY EXCLUDE_UNITY_BUILD
  BRIEF_DOCS "Whether to exclude the source file from unity builds"
  FULL_DOCS "Specified whether a source file should be excluded from unity builds and should be built separately"
)

OSVR/OSVR-Core cmake/FileCopyTargets.cmake :34

define_property(TARGET
	PROPERTY
	FILE_COPY_TARGET
	BRIEF_DOCS
	"File Copy target"
	FULL_DOCS
	"Is this a target created by add_file_copy_target?")

AshamaneProject/AshamaneCore dep/cotire/CMake/cotire.cmake :3731

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

cocos2d/cocos2d-x cmake/Modules/CocosConfigDefine.cmake :49

define_property(TARGET
    PROPERTY CC_JS_DEPEND
    BRIEF_DOCS "cocos2d js depend libs"
    FULL_DOCS "use to save depend libs of cocos2d js project"
)

KiCad/kicad-source-mirror thirdparty/lemon/CMakeLists.txt :6

define_property( TARGET
    PROPERTY lemon_template
    BRIEF_DOCS "Location of the template file for the lemon parser"
    FULL_DOCS "Location of the template file for the lemon parser"
    )

sonosaurus/sonobus deps/juce/extras/Build/CMake/JUCEUtils.cmake :38

define_property(TARGET PROPERTY JUCE_COMPANY_NAME INHERITED
    BRIEF_DOCS "The company name for a particular target"
    FULL_DOCS "This can be found in ProjectInfo::companyName in a generated JuceHeader.h")

Tracktion/tracktion_engine cmake/CPM.cmake :562

define_property(
    GLOBAL
    PROPERTY ${propertyName}
    BRIEF_DOCS "Internal implementation detail of FetchContent_Populate()"
    FULL_DOCS "Details used by FetchContent_Populate() for ${contentName}"
  )

aws/aws-sdk-cpp cmake/dependencies.cmake :3

define_property(TARGET PROPERTY LINK_LIBRARIES_ALL
    BRIEF_DOCS "List of all targets, linked to this one"
    FULL_DOCS "List of all targets, linked to this one"
)

supertuxkart/stk-code lib/wiiuse/cmake/FileCopyTargets.cmake :34

define_property(TARGET
	PROPERTY
	FILE_COPY_TARGET
	BRIEF_DOCS
	"File Copy target"
	FULL_DOCS
	"Is this a target created by add_file_copy_target?")

qt/qtbase cmake/QtAndroidHelpers.cmake :9

define_property(TARGET
        PROPERTY
            QT_ANDROID_MODULE_INSTALL_DIR
        BRIEF_DOCS
            "Recorded install location for a Qt Module."
        FULL_DOCS
            "Recorded install location for a Qt Module. Used by qt_internal_android_dependencies()."
    )

dufernst/LegionCore-7.3.5 dep/cotire/Cmake/cotire.cmake :3708

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

NauEngine/NauEnginePublic cmake/NauModule.cmake :1

define_property(TARGET
    PROPERTY NAU_MODULES_LINKED_TARGETS
    BRIEF_DOCS "Linked modules"
    FULL_DOCS "All modules (tagets) that must be linked in"
)

rbfx/rbfx Source/ThirdParty/tracy/cmake/CPM.cmake :547

define_property(
    GLOBAL
    PROPERTY ${propertyName}
    BRIEF_DOCS "Internal implementation detail of FetchContent_Populate()"
    FULL_DOCS "Details used by FetchContent_Populate() for ${contentName}"
  )

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

define_property (
          TARGET
          PROPERTY HDF5_VOL_TARGETS
          BRIEF_DOCS "Generated targets of this connector"
          FULL_DOCS "Generated targets of this connector"
        )

shawwn/noh cmake/FileCopyTargets.cmake :35

define_property(TARGET
	PROPERTY
	FILE_COPY_TARGET
	BRIEF_DOCS
	"File Copy target"
	FULL_DOCS
	"Is this a target created by add_file_copy_target?")

ComputationalBiomechanicsLab/opensim-creator third_party/SDL/test/CMakeLists.txt :100

define_property(TARGET PROPERTY SDL_NONINTERACTIVE BRIEF_DOCS "If true, target is a non-interactive test executable." FULL_DOCS "If true, target is a noninteractive test executable.")

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

define_property(
    GLOBAL
    PROPERTY ${propertyName}
    BRIEF_DOCS "Internal implementation detail of FetchContent_Populate()"
    FULL_DOCS "Details used by FetchContent_Populate() for ${contentName}"
  )

Hotride/OrionUO CMake/cotire.cmake :3844

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

cryfs/cryfs vendor/cryptopp/vendor_cryptopp_cmake/test/integration/CMakeLists.txt :10

define_property(TEST PROPERTY install_dir
                BRIEF_DOCS "Install-dir of the test"
                FULL_DOCS "Just set because not optional (yet)")

Ericsson/CodeCompass Config.cmake :36

define_property(GLOBAL PROPERTY USERGUIDES
  BRIEF_DOCS "Global list of userguides"
  FULL_DOCS  "Global list of userguides")

symforce-org/symforce third_party/symengine/cmake/cotire.cmake :3571

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

stoneface86/trackerboy cmake/CPM.cmake :620

define_property(
    GLOBAL
    PROPERTY ${propertyName}
    BRIEF_DOCS "Internal implementation detail of FetchContent_Populate()"
    FULL_DOCS "Details used by FetchContent_Populate() for ${contentName}"
  )

saturneric/GpgFrontend cmake/cotire.cmake :3866

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

intel/intel-graphics-compiler IGC/cmake/igc_flags_utils.cmake :83

define_property(TARGET PROPERTY "${propertyName}" BRIEF_DOCS "${propertyName}" FULL_DOCS "${propertyName}")

halide/Halide cmake/HalideGeneratorHelpers.cmake :8

define_property(TARGET PROPERTY Halide_RT_TARGETS
                BRIEF_DOCS "On a Halide runtime target, lists the targets the runtime backs"
                FULL_DOCS "On a Halide runtime target, lists the targets the runtime backs")

cwida/ALP publication/source_code/generated/CMakeLists.txt :2

define_property(GLOBAL PROPERTY ALP_ALL_BENCHMARK_TARGETS
        BRIEF_DOCS "Global list of elements"
        FULL_DOCS "Global list of elements")

kpeeters/cadabra2 cmake/modules/cotire.cmake :3298

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

udacity/CarND-MPC-Project src/Eigen-3.3/cmake/EigenTesting.cmake :492

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

bitshares-cnvote/newbitshares-core CMakeModules/cotire.cmake :3662

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :3873

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

LMMS/lmms cmake/modules/ErrorFlags.cmake :4

define_property(TARGET
		PROPERTY SYSTEM
		INHERITED
		BRIEF_DOCS "Shim of built-in SYSTEM property for CMake versions less than 3.25"
		FULL_DOCS "Non-functional, but allows the property to be inherited properly."
			"See the CMake documentation at https://cmake.org/cmake/help/latest/prop_tgt/SYSTEM.html."
	)

open-license-manager/licensecc src/library/CMakeLists.txt :24

define_property(TARGET PROPERTY WITH_OPENSSL BRIEF_DOCS "need openssl to compile" FULL_DOCS "ff")

cvet/fonline ThirdParty/mongo-c-driver/build/cmake/GeneratePkgConfig.cmake :5

define_property(
    TARGET PROPERTY pkg_config_REQUIRES INHERITED
    BRIEF_DOCS "pkg-config 'Requires:' items"
    FULL_DOCS "Specify 'Requires:' items for the targets' pkg-config file"
    )

brisklib/brisk cmake/scripts/compile_resources.cmake :34

define_property(
    TARGET
    PROPERTY "BRISK_RESOURCES"
    INHERITED
    BRIEF_DOCS "List of Brisk resources per target"
    FULL_DOCS "List of Brisk resources per target")

irods/irods cmake/Modules/ObjectTargetHelpers.cmake :128

define_property(
  TARGET
  PROPERTY INTERFACE_LINK_LIBRARIES_PRIVATE
  BRIEF_DOCS "List of direct link dependencies for object libraries."
  FULL_DOCS "This property is a list of libraries and targets that are \
required for linking to the object library, but should not be passed down as \
dependencies further than the first link target."
)

cwida/FastLanes publications/data_parallelized_encodings/fls_generated/CMakeLists.txt :2

define_property(GLOBAL PROPERTY FLS_ALL_BENCHMARK_TARGETS
                BRIEF_DOCS "Global list of elements"
                FULL_DOCS "Global list of elements")

axmolengine/axmol cmake/Modules/AXConfigDefine.cmake :4

define_property(TARGET
  PROPERTY AX_LUA_DEPEND
  BRIEF_DOCS "axmol lua depend libs"
  FULL_DOCS "use to save depend libs of axmol lua project"
)

Bitcoin-ABC/bitcoin-abc cmake/modules/InstallationHelper.cmake :160

define_property(TARGET
		PROPERTY MAN_PAGES
		BRIEF_DOCS "The man pages associated with the target"
		FULL_DOCS "A list of the man pages associated with a target"
	)

philips-software/amp-embedded-infra-lib cmake/emil_clang_tools.cmake :1

define_property(TARGET PROPERTY EXCLUDE_FROM_CLANG_FORMAT)

apple/foundationdb cmake/FlowCommands.cmake :1

define_property(TARGET PROPERTY SOURCE_FILES
  BRIEF_DOCS "Source files a flow target is built off"
  FULL_DOCS "When compiling a flow target, this property contains a list of the non-generated source files. \
This property is set by the add_flow_target function")

weigao95/surfelwarp external/eigen3.4/cmake/EigenTesting.cmake :503

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

feelpp/feelpp feelpp/cmake/modules/cotire.cmake :3662

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

klee/klee unittests/CMakeLists.txt :224

define_property(GLOBAL
  PROPERTY KLEE_UNIT_TEST_TARGETS
  BRIEF_DOCS "KLEE unit tests"
  FULL_DOCS "KLEE unit tests"
)

skyjake/Doomsday-Engine doomsday/cmake/cotire.cmake :3571

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

keenon/nimblephysics cmake/Components.cmake :36

define_property(GLOBAL PROPERTY "${package_name}_INCLUDE_DIRS"
    BRIEF_DOCS "Global include directories used by all components."
    FULL_DOCS "Global include directories used by all components."
    )

wolfpld/etcpak CPM.cmake :547

define_property(
    GLOBAL
    PROPERTY ${propertyName}
    BRIEF_DOCS "Internal implementation detail of FetchContent_Populate()"
    FULL_DOCS "Details used by FetchContent_Populate() for ${contentName}"
  )

simdutf/simdutf cmake/CPM.cmake :620

define_property(
    GLOBAL
    PROPERTY ${propertyName}
    BRIEF_DOCS "Internal implementation detail of FetchContent_Populate()"
    FULL_DOCS "Details used by FetchContent_Populate() for ${contentName}"
  )

COMBINE-lab/salmon CMakeLists.txt :882

define_property(TARGET PROPERTY COMPACT_VECTOR_DIR INHERITED 
   BRIEF_DOCS "the path to the directory containing the compact_vector include tree"
   FULL_DOCS "the path to the directory containing the compact_vector include tree")

openPupil/Open-PupilEXT 3rdparty/spii/thirdparty/Eigen/cmake/EigenTesting.cmake :274

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

arrayfire/forge CMakeModules/ForgeFetchContent.cmake :514

define_property(GLOBAL PROPERTY ${propertyName}
      BRIEF_DOCS "Internal implementation detail of FetchContent_Populate()"
      FULL_DOCS  "Details used by FetchContent_Populate() for ${contentName}"
    )

trilinos/Trilinos packages/seacas/libraries/chaco/CMakeLists.txt :32

define_property(GLOBAL PROPERTY ${target}_SRCS
      BRIEF_DOCS "Sources for the ${target} target"
      FULL_DOCS "List of source files for the ${target} target")

Cocos-BCX/cocos-mainnet CMakeModules/cotire.cmake :3662

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

arrayfire/arrayfire CMakeModules/AFfetch_content.cmake :514

define_property(GLOBAL PROPERTY ${propertyName}
      BRIEF_DOCS "Internal implementation detail of FetchContent_Populate()"
      FULL_DOCS  "Details used by FetchContent_Populate() for ${contentName}"
    )

eigenteam/eigen-git-mirror cmake/EigenTesting.cmake :399

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

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

define_property(
    GLOBAL
    PROPERTY ${propertyName}
    BRIEF_DOCS "Internal implementation detail of FetchContent_Populate()"
    FULL_DOCS "Details used by FetchContent_Populate() for ${contentName}"
  )

kirilcvetkov92/Path-planning src/Eigen-3.3/cmake/EigenTesting.cmake :492

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

NVIDIA/MDL-SDK cmake/setup.cmake :58

define_property(TARGET PROPERTY VS_DEBUGGER_PATHS
    BRIEF_DOCS "List of paths that are added to the Visual Studio debugger environment PATH."
    FULL_DOCS "List of paths that are added to the Visual Studio debugger environment PATH. Usually added by dependency scripts. Requires a call to 'TARGET_CREATE_VS_USER_SETTINGS' after adding all dependencies."
    )

Ravbug/UnityHubNative wxWidgets/build/cmake/modules/cotire.cmake :3852

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

YaLTeR/BunnymodXT CMake/cotire.cmake :3363

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

puzzlepaint/camera_calibration applications/camera_calibration/third_party/yaml-cpp-0.6.0/CMakeLists.txt :70

define_property(GLOBAL PROPERTY SRCS_LIST
      BRIEF_DOCS "List of source files"
      FULL_DOCS "List of all source files in the entire project")

Geant4/geant4 cmake/Modules/G4InstallData.cmake :103

define_property(GLOBAL PROPERTY "GEANT4_DATASETS"
  BRIEF_DOCS "List of all defined Geant4 dataset names"
  FULL_DOCS
  "Each element of the list gives the name defined for the dataset.
   This name can be used in other Geant4 Data API functions to
   extract other properties of the dataset"
  )

biometrics/openbr 3rdparty/eigen-3.3.9/cmake/EigenTesting.cmake :492

define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")

personalrobotics/aikido cmake/ClangFormat.cmake :30

define_property(GLOBAL PROPERTY ${property_name}
      BRIEF_DOCS "${property_name}"
      FULL_DOCS "Global properties for ${property_name}"
    )

espressomd/espresso cmake/espresso_resource_files.cmake :20

define_property(TARGET PROPERTY EspressoResourceFiles
                BRIEF_DOCS "List of resource files to be deployed with target")

learnforpractice/pyeos CMakeModules/cotire.cmake :3662

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

MRPT/mrpt cmakemodules/cotire.cmake :3843

define_property(
		CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH"
		BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
		FULL_DOCS
			"The variable can be set to a semicolon separated list of include directories."
			"If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header."
			"If not defined, defaults to empty list."
	)

CGAL/cgal Installation/cmake/modules/CGAL_SetupCGAL_ImageIODependencies.cmake :28

define_property(TARGET PROPERTY CGAL_TARGET_USES_ZLIB
  BRIEF_DOCS "Tells if the target uses ZLIB as a dependency"
  FULL_DOCS "Tells if the target uses ZLIB as a dependency")

Z3Prover/z3 cmake/z3_add_component.cmake :2

define_property(GLOBAL PROPERTY Z3_LIBZ3_COMPONENTS
                BRIEF_DOCS "List of Z3 components to use in libz3"
                FULL_DOCS "List of Z3 components to use in libz3")

DCMTK/dcmtk CMake/dcmtkPrepare.cmake :593

define_property(GLOBAL PROPERTY DCMTK_MODERN_CXX_STANDARD
  BRIEF_DOCS "TRUE when compiling C++11 (or newer) code."
  FULL_DOCS "TRUE when the compiler does support and is configured for C++11 or a later C++ standard."
)

mutationpp/Mutationpp cmake/modules/MutationTools.cmake :9

define_property(GLOBAL PROPERTY ${target}_SRCS
      BRIEF_DOCS "Sources for the ${target} target"
      FULL_DOCS "List of source files for the ${target} target")

prusa3d/Prusa-Firmware-Buddy cmake/Littlefs.cmake :1

define_property(
  TARGET
  PROPERTY LFS_IMAGE_LOCATION
  BRIEF_DOCS "Target location of the .lfs binary image."
  FULL_DOCS "The path to an image file created by a target made by add_lfs_image"
  )

machinekit/machinekit-hal CMakeLists.txt :123

define_property(
  TARGET
  PROPERTY "PUBLIC_INCLUDE_DIRECTORY"
  BRIEF_DOCS "Header directory for a target"
  FULL_DOCS
    [[
    Special traget specific property for storing a path to directory where PUBLIC HEADERS
    live, typically the "include/package_name" one
  ]])

ElektraInitiative/libelektra scripts/cmake/Modules/LibAddMacros.cmake :492

define_property (
			GLOBAL
			PROPERTY ${target}_SRCS
			BRIEF_DOCS "Sources for the ${target} target"
			FULL_DOCS "List of source files for the ${target} target")

sandialabs/seacas packages/seacas/libraries/chaco/CMakeLists.txt :32

define_property(GLOBAL PROPERTY ${target}_SRCS
      BRIEF_DOCS "Sources for the ${target} target"
      FULL_DOCS "List of source files for the ${target} target")