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 " ")

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.
    ]]
)

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

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

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"
	)

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}"
  )

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

define_property(GLOBAL PROPERTY ${prefix}_populated)

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

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

mne-tools/mne-cpp src/external/eigen-3.4.0/cmake/EigenTesting.cmake :416

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."
    )

jmzkChain/jmzk 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."
	)

mysql/mysql-workbench build/cmake/Modules/cotire.cmake :3481

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"
			)

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?")

fligger/FateInjector wxWidgets-3.2.0/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."
	)

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."
	)

AliceO2Group/AliceO2 GPU/GPUTracking/cmake/kernel_helpers.cmake :16

define_property(TARGET PROPERTY O2_GPU_KERNELS)

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"
    )

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()."
    )

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.")

maluoi/openxr-explorer 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}"
  )

plexinc/plex-media-player CMakeModules/utils.cmake :103

define_property(GLOBAL PROPERTY SRCS_LIST
      BRIEF_DOCS "List of source files"
      FULL_DOCS "List of source files to be compiled in one library")

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")

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}"
  )

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."
	)

intel/compute-runtime CMakeLists.txt :100

define_property(GLOBAL PROPERTY NEO_OCL_COMPONENTS_LIST BRIEF_DOCS "List of components" FULL_DOCS "List of components to create packages")

ewan-xu/LibrosaCpp librosa/eigen3/cmake/EigenTesting.cmake :492

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

geektcp/UeCore cmake/macros/cotire.cmake :3481

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."
	)

gsl-lite/gsl-lite example/with-CPM/cmake/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}"
  )

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."
	)

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")

DocCreator/DocCreator software/DocCreator/src/Degradations/Distortion3DModel/thirdparty/eigen-3.3.7/cmake/EigenTesting.cmake :492

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

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"
	)

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."
	)

jfalcou/eve test/integration/cpm-test/cpm.cmake :450

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

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."
    )

Silverlan/pragma 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."
	)

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}"
  )

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")

micmacIGN/micmac MMVII/ExternalInclude/eigen-3.4.0/cmake/EigenTesting.cmake :416

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

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}"
    )

BelledonneCommunications/liblinphone CMakeLists.txt :385

define_property(TARGET PROPERTY "LIBLINPHONE_PLUGINS_DIR" BRIEF_DOCS "Stores the location of liblinphone plugins" FULL_DOCS "Stores the location of liblinphone plugins")

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}"
  )

live-clones/gmsh contrib/eigen/cmake/EigenTesting.cmake :416

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."
	)

fabsig/GPBoost external_libs/eigen/cmake/EigenTesting.cmake :411

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

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"
  )

open-gunz/ogz-source src/cmake/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."
	)

personalrobotics/aikido cmake/ClangFormat.cmake :30

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

phdsky/ORBSLAM24Windows Thirdparty/eigen/cmake/EigenTesting.cmake :492

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

espressomd/espresso cmake/espresso_resource_files.cmake :20

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

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")

tome2/tome2 vendor/bandit/cmake/cotire.cmake :2874

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."
	)

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")

berndpfrommer/tagslam 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."
	)

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"
  )

nasa/osal CMakeLists.txt :112

define_property(TARGET PROPERTY OSAL_EXPECTED_OSTYPE
    BRIEF_DOCS
        "The expected OS type for an OSAL BSP implementation"
    FULL_DOCS
        "This property is used to indicate the OS implementation layer that is intended to be paired with the BSP implementation"
)

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")

omnigres/omnigres 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}"
  )

ned14/quickcpplib cmakelib/QuickCppLibSetupProject.cmake :49

define_property(${scope} PROPERTY "CXX_EXCEPTIONS" INHERITED
    BRIEF_DOCS "Enable C++ exceptions, defaults to ON at global scope"
    FULL_DOCS "Not choosing ON nor OFF with exact capitalisation will lead to misoperation!"
  )

angband/angband src/cmake/modules/SphinxDocument.cmake :408

DEFINE_PROPERTY(
            TARGET
            PROPERTY "SPHINX_OUTPUT_DIRECTORY"
            BRIEF_DOCS "output directory for documention generated by sphinx-build"
            FULL_DOCS "Is the output directory associated with a target for documentation generated by sphinx-build.  The path is a full one and is in CMake's format.  The property reflects the directory configure into the target; changing the property won't affect the behavior of the target."
        )

hkrn/nanoem CMakeLists.txt :48

define_property(GLOBAL PROPERTY NANOEM_PROPERTY_INSTALL_PLUGINS BRIEF_DOCS "all installing plugins for nanoem binary bundle" FULL_DOCS "all installing plugins for nanoem binary bundle")