OSGeo/gdal
ogr/ogrsf_frmts/openfilegdb/CMakeLists.txt
:42
define_property(
SOURCE
PROPERTY COMPILE_FLAGS
INHERITED
BRIEF_DOCS "brief-doc"
FULL_DOCS "full-doc"
)
define_property(
SOURCE
PROPERTY COMPILE_FLAGS
INHERITED
BRIEF_DOCS "brief-doc"
FULL_DOCS "full-doc"
)
define_property(
SOURCE PROPERTY "COTIRE_EXCLUDED"
BRIEF_DOCS "Do not modify source file's build command."
FULL_DOCS
"If this property is set to TRUE, the source file's build command will not be modified to make use of the precompiled header."
"The source file will also be excluded from the generated unity source file."
"Source files that have their COMPILE_FLAGS property set will be excluded by default."
"Defaults to FALSE."
)
define_property(
SOURCE PROPERTY "COTIRE_DEPENDENCY"
BRIEF_DOCS "Add this source file to dependencies of the automatically generated prefix header file."
FULL_DOCS
"If this property is set to TRUE, the source file is added to dependencies of the generated prefix header file."
"If the file is modified, cotire will re-generate the prefix header source upon build."
"Defaults to FALSE."
)
define_property(
SOURCE PROPERTY "COTIRE_UNITY_SOURCE_PRE_UNDEFS"
BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file before the inclusion of this source file."
FULL_DOCS
"This may be set to a semicolon-separated list of preprocessor symbols."
"cotire will add corresponding #undef directives to the generated unit source file before this file is included."
"Defaults to empty string."
)
define_property(
SOURCE PROPERTY "COTIRE_UNITY_SOURCE_POST_UNDEFS"
BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file after the inclusion of this source file."
FULL_DOCS
"This may be set to a semicolon-separated list of preprocessor symbols."
"cotire will add corresponding #undef directives to the generated unit source file after this file is included."
"Defaults to empty string."
)
define_property(
SOURCE PROPERTY "COTIRE_START_NEW_UNITY_SOURCE"
BRIEF_DOCS "Start a new unity source file which includes this source file as the first one."
FULL_DOCS
"If this property is set to TRUE, cotire will complete the current unity file and start a new one."
"The new unity source file will include this source file as the first one."
"This property essentially works as a separator for unity source files."
"Defaults to FALSE."
)
define_property(
SOURCE PROPERTY "COTIRE_TARGET"
BRIEF_DOCS "Read-only property. Mark this source file as cotired for the given target."
FULL_DOCS
"cotire sets this property to the name of target, that the source file's build command has been altered for."
"Defaults to empty string."
)
define_property(
SOURCE PROPERTY "COTIRE_EXCLUDED"
BRIEF_DOCS "Do not modify source file's build command."
FULL_DOCS
"If this property is set to TRUE, the source file's build command will not be modified to make use of the precompiled header."
"The source file will also be excluded from the generated unity source file."
"Source files that have their COMPILE_FLAGS property set will be excluded by default."
"Defaults to FALSE."
)
define_property(
SOURCE PROPERTY "COTIRE_DEPENDENCY"
BRIEF_DOCS "Add this source file to dependencies of the automatically generated prefix header file."
FULL_DOCS
"If this property is set to TRUE, the source file is added to dependencies of the generated prefix header file."
"If the file is modified, cotire will re-generate the prefix header source upon build."
"Defaults to FALSE."
)
define_property(
SOURCE PROPERTY "COTIRE_UNITY_SOURCE_PRE_UNDEFS"
BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file before the inclusion of this source file."
FULL_DOCS
"This may be set to a semicolon-separated list of preprocessor symbols."
"cotire will add corresponding #undef directives to the generated unit source file before this file is included."
"Defaults to empty string."
)
define_property(
SOURCE PROPERTY "COTIRE_UNITY_SOURCE_POST_UNDEFS"
BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file after the inclusion of this source file."
FULL_DOCS
"This may be set to a semicolon-separated list of preprocessor symbols."
"cotire will add corresponding #undef directives to the generated unit source file after this file is included."
"Defaults to empty string."
)
define_property(
SOURCE PROPERTY "COTIRE_START_NEW_UNITY_SOURCE"
BRIEF_DOCS "Start a new unity source file which includes this source file as the first one."
FULL_DOCS
"If this property is set to TRUE, cotire will complete the current unity file and start a new one."
"The new unity source file will include this source file as the first one."
"This property essentially works as a separator for unity source files."
"Defaults to FALSE."
)
define_property(
SOURCE PROPERTY "COTIRE_TARGET"
BRIEF_DOCS "Read-only property. Mark this source file as cotired for the given target."
FULL_DOCS
"cotire sets this property to the name of target, that the source file's build command has been altered for."
"Defaults to empty string."
)