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
8e15a1ede7
CMake
/
Modules
/
CMakeLists.txt
3 lines
75 B
CMake
Raw
Normal View
History
Unescape
Escape
better install support
2001-06-21 20:01:18 +04:00
# just install the modules
ENH: Added support for using backslash-style escaping in CMakeLists.txt file arguments. This allows double quotes to be used in arguments.
2001-07-17 17:54:05 +04:00
INSTALL_FILES
(
/share/CMake/Modules
.*\\.cmake
$
)