Revision 1235f2d747770535a388cd763c95cde8c9244375 authored by Alexandru Croitor on 08 July 2020, 20:12:02 UTC, committed by Brad King on 09 July 2020, 10:33:52 UTC
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
1 parent 177052d
Raw File
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing

# Visual Studio work directory
.vs/

# Visual Studio Code
.vscode/
back to top