Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cmake/target_source_properties.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,16 @@ function( define_target_source_properties )
SOURCE
PROPERTY ${PROPERTY}
# INHERITED # they will be "inherited" via target to source
BRIEF_DOCS "Transitive property from target to file"
FULL_DOCS "This property can override an existing property derived from a target"
)

define_property(
TARGET
PROPERTY ${PROPERTY}
# INHERITED # they will be "inherited" via target to source
BRIEF_DOCS "Transitive property from target to file"
FULL_DOCS "This property can be overridden on a per file basis"
)
endforeach()
endfunction()
Expand Down