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
becb14c955
CMake
/
Tests
/
CMakeOnly
/
ProjectInclude
/
include.cmake
2 lines
23 B
CMake
Raw
Normal View
History
Unescape
Escape
Add ability to include a file in a project via a cache variable. If a variable exists called CMAKE_PROJECT_<projectName>_INCLUDE, the file pointed to by that variable will be included as the last step of the project command.
2012-02-17 21:41:39 +04:00
set
(
AUTO_INCLUDE
TRUE
)