-
- Downloads
set_property: Allow both DIRECTORY and TARGET_DIRECTORY together
Allow to specify both DIRECTORY and TARGET_DIRECTORY at the same time in `set_source_files_properties()` and `set_property(SOURCE)` commands. Add test cases and update the documentation. Fixes: #20932
parent
177052d6
No related branches found
No related tags found
Showing
- Help/command/set_property.rst 3 additions, 2 deletionsHelp/command/set_property.rst
- Help/command/set_source_files_properties.rst 3 additions, 2 deletionsHelp/command/set_source_files_properties.rst
- Source/cmSetPropertyCommand.cxx 11 additions, 6 deletionsSource/cmSetPropertyCommand.cxx
- Source/cmSetSourceFilesPropertiesCommand.cxx 25 additions, 14 deletionsSource/cmSetSourceFilesPropertiesCommand.cxx
- Tests/Properties/CMakeLists.txt 22 additions, 2 deletionsTests/Properties/CMakeLists.txt
- Tests/Properties/SubDir2/CMakeLists.txt 4 additions, 0 deletionsTests/Properties/SubDir2/CMakeLists.txt
Loading