630c8aa843
Teach install(DIRECTORY) to support generator expressions in the list of directories, much like install(FILES) already supports.
7 lines
209 B
ReStructuredText
7 lines
209 B
ReStructuredText
install-DIRECTORY-genex
|
|
-----------------------
|
|
|
|
* The :command:`install(DIRECTORY)` command learned to support
|
|
:manual:`generator expressions <cmake-generator-expressions(7)>`
|
|
in the list of directories.
|