This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4689d16e8a
CMake
/
Tests
/
RunCMake
/
install
/
DIRECTORY-DIRECTORY-bad.cmake
2 lines
46 B
CMake
Raw
Normal View
History
Unescape
Escape
install: Allow generator expressions in DIRECTORY Teach install(DIRECTORY) to support generator expressions in the list of directories, much like install(FILES) already supports.
2016-01-12 23:01:07 +03:00
install
(
DIRECTORY
$<
NOTAGENEX
>
DESTINATION
.
)