cmake define_property(DIRECTORY) examples

tpaviot/oce adm/cmake/cotire.cmake :3724

define_property(
	DIRECTORY PROPERTY "COTIRE_ENABLE_PRECOMPILED_HEADER"
	BRIEF_DOCS "Modify build command of cotired targets added in this directory to make use of the generated precompiled header."
	FULL_DOCS
		"See target property COTIRE_ENABLE_PRECOMPILED_HEADER."
)

tpaviot/oce adm/cmake/cotire.cmake :3731

define_property(
	DIRECTORY PROPERTY "COTIRE_ADD_UNITY_BUILD"
	BRIEF_DOCS "Add a new target that performs a unity build for cotired targets added in this directory."
	FULL_DOCS
		"See target property COTIRE_ADD_UNITY_BUILD."
)

tpaviot/oce adm/cmake/cotire.cmake :3738

define_property(
	DIRECTORY PROPERTY "COTIRE_ADD_CLEAN"
	BRIEF_DOCS "Add a new target that cleans all cotire generated files for cotired targets added in this directory."
	FULL_DOCS
		"See target property COTIRE_ADD_CLEAN."
)

tpaviot/oce adm/cmake/cotire.cmake :3745

define_property(
	DIRECTORY PROPERTY "COTIRE_PREFIX_HEADER_IGNORE_PATH"
	BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
	FULL_DOCS
		"See target property COTIRE_PREFIX_HEADER_IGNORE_PATH."
)

tpaviot/oce adm/cmake/cotire.cmake :3752

define_property(
	DIRECTORY PROPERTY "COTIRE_PREFIX_HEADER_INCLUDE_PATH"
	BRIEF_DOCS "Honor headers from these directories when generating the prefix header."
	FULL_DOCS
		"See target property COTIRE_PREFIX_HEADER_INCLUDE_PATH."
)

tpaviot/oce adm/cmake/cotire.cmake :3759

define_property(
	DIRECTORY PROPERTY "COTIRE_PREFIX_HEADER_INCLUDE_PRIORITY_PATH"
	BRIEF_DOCS "Header paths matching one of these directories are put at the top of the prefix header."
	FULL_DOCS
		"See target property COTIRE_PREFIX_HEADER_INCLUDE_PRIORITY_PATH."
)

tpaviot/oce adm/cmake/cotire.cmake :3766

define_property(
	DIRECTORY PROPERTY "COTIRE_UNITY_SOURCE_PRE_UNDEFS"
	BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file before the inclusion of each source file."
	FULL_DOCS
		"See target property COTIRE_UNITY_SOURCE_PRE_UNDEFS."
)

tpaviot/oce adm/cmake/cotire.cmake :3773

define_property(
	DIRECTORY PROPERTY "COTIRE_UNITY_SOURCE_POST_UNDEFS"
	BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file after the inclusion of each source file."
	FULL_DOCS
		"See target property COTIRE_UNITY_SOURCE_POST_UNDEFS."
)

tpaviot/oce adm/cmake/cotire.cmake :3780

define_property(
	DIRECTORY PROPERTY "COTIRE_UNITY_SOURCE_MAXIMUM_NUMBER_OF_INCLUDES"
	BRIEF_DOCS "Maximum number of source files to include in a single unity source file."
	FULL_DOCS
		"See target property COTIRE_UNITY_SOURCE_MAXIMUM_NUMBER_OF_INCLUDES."
)

tpaviot/oce adm/cmake/cotire.cmake :3787

define_property(
	DIRECTORY PROPERTY "COTIRE_UNITY_LINK_LIBRARIES_INIT"
	BRIEF_DOCS "Define strategy for setting up the unity target's link libraries."
	FULL_DOCS
		"See target property COTIRE_UNITY_LINK_LIBRARIES_INIT."
)

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

define_property(
	DIRECTORY PROPERTY "COTIRE_ENABLE_PRECOMPILED_HEADER"
	BRIEF_DOCS "Modify build command of cotired targets added in this directory to make use of the generated precompiled header."
	FULL_DOCS
		"See target property COTIRE_ENABLE_PRECOMPILED_HEADER."
)

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

define_property(
	DIRECTORY PROPERTY "COTIRE_ADD_UNITY_BUILD"
	BRIEF_DOCS "Add a new target that performs a unity build for cotired targets added in this directory."
	FULL_DOCS
		"See target property COTIRE_ADD_UNITY_BUILD."
)

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

define_property(
	DIRECTORY PROPERTY "COTIRE_ADD_CLEAN"
	BRIEF_DOCS "Add a new target that cleans all cotire generated files for cotired targets added in this directory."
	FULL_DOCS
		"See target property COTIRE_ADD_CLEAN."
)

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

define_property(
	DIRECTORY PROPERTY "COTIRE_PREFIX_HEADER_IGNORE_PATH"
	BRIEF_DOCS "Ignore headers from these directories when generating the prefix header."
	FULL_DOCS
		"See target property COTIRE_PREFIX_HEADER_IGNORE_PATH."
)

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

define_property(
	DIRECTORY PROPERTY "COTIRE_PREFIX_HEADER_INCLUDE_PATH"
	BRIEF_DOCS "Honor headers from these directories when generating the prefix header."
	FULL_DOCS
		"See target property COTIRE_PREFIX_HEADER_INCLUDE_PATH."
)

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

define_property(
	DIRECTORY PROPERTY "COTIRE_PREFIX_HEADER_INCLUDE_PRIORITY_PATH"
	BRIEF_DOCS "Header paths matching one of these directories are put at the top of the prefix header."
	FULL_DOCS
		"See target property COTIRE_PREFIX_HEADER_INCLUDE_PRIORITY_PATH."
)

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

define_property(
	DIRECTORY PROPERTY "COTIRE_UNITY_SOURCE_PRE_UNDEFS"
	BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file before the inclusion of each source file."
	FULL_DOCS
		"See target property COTIRE_UNITY_SOURCE_PRE_UNDEFS."
)

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

define_property(
	DIRECTORY PROPERTY "COTIRE_UNITY_SOURCE_POST_UNDEFS"
	BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file after the inclusion of each source file."
	FULL_DOCS
		"See target property COTIRE_UNITY_SOURCE_POST_UNDEFS."
)

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

define_property(
	DIRECTORY PROPERTY "COTIRE_UNITY_SOURCE_MAXIMUM_NUMBER_OF_INCLUDES"
	BRIEF_DOCS "Maximum number of source files to include in a single unity source file."
	FULL_DOCS
		"See target property COTIRE_UNITY_SOURCE_MAXIMUM_NUMBER_OF_INCLUDES."
)

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

define_property(
	DIRECTORY PROPERTY "COTIRE_UNITY_LINK_LIBRARIES_INIT"
	BRIEF_DOCS "Define strategy for setting up the unity target's link libraries."
	FULL_DOCS
		"See target property COTIRE_UNITY_LINK_LIBRARIES_INIT."
)