OSGeo/gdal
CMakeLists.txt
:18
define_property(
GLOBAL
PROPERTY GDAL_FORMATS
BRIEF_DOCS "Builtin format"
FULL_DOCS "Builtin format")
define_property(
GLOBAL
PROPERTY GDAL_FORMATS
BRIEF_DOCS "Builtin format"
FULL_DOCS "Builtin format")
define_property(
GLOBAL
PROPERTY OGR_FORMATS
BRIEF_DOCS "Builtin ogr drivers"
FULL_DOCS "Builtin ogr drivers")
define_property(
GLOBAL
PROPERTY PLUGIN_MODULES
BRIEF_DOCS "Plugin modules"
FULL_DOCS "Plugin modules")
define_property(GLOBAL PROPERTY define_find_package_pkgname
BRIEF_DOCS "list of package names which is defined with define_find_package2"
FULL_DOCS "list of package names which is defined with define_find_package2.")
define_property(GLOBAL PROPERTY define_find_package_include_file
BRIEF_DOCS "list of include file names which is defined with define_find_package2"
FULL_DOCS "list of include file names which is defined with define_find_package2."
"The order should be as same as define_find_package_pkgname.")
define_property(GLOBAL PROPERTY define_find_package_library_name
BRIEF_DOCS "list of library names which is defined with define_find_package2"
FULL_DOCS "list of library names which is defined with define_find_package2."
"The order should be as same as define_find_package_pkgname.")
define_property(GLOBAL PROPERTY define_find_package_pkgconfig_name
BRIEF_DOCS "list of pkg-config names which is defined with define_find_package2"
FULL_DOCS "list of pkg-config names which is defined with define_find_package2."
"The order should be as same as define_find_package_pkgname.")
define_property(GLOBAL PROPERTY define_find_package_find_path_suffix
BRIEF_DOCS "list of FIND_PATH_SUFFIX which is defined with define_find_package2"
FULL_DOCS "list of FIND_PATH_SUFFIX which is defined with define_find_package2."
"The order should be as same as define_find_package_pkgname.")
define_property(GLOBAL PROPERTY ${ADF_PROJECT}_DOX_SRCS
BRIEF_DOCS "List of source documented source files"
FULL_DOCS "List of source files to be included into the in-code documentation")
define_property(GLOBAL PROPERTY ${target}_SRCS
BRIEF_DOCS "Sources for the ${target} target"
FULL_DOCS "List of source files for the ${target} target")
define_property(GLOBAL PROPERTY ${target}_SRCS
BRIEF_DOCS "Sources for the ${target} target"
FULL_DOCS "List of source files for the ${target} target")
define_property(GLOBAL PROPERTY CTEST_TARGETS_ADDED
BRIEF_DOCS "Internal property used by CTestTargets module."
FULL_DOCS "Set by the CTestTargets module to track addition of testing targets.")
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")