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
84dce824e5
CMake
/
Tests
/
OutOfSource
/
CMakeLists.txt
7 lines
81 B
CMake
Raw
Normal View
History
Unescape
Escape
ENH: added new test for out of dir source trees
2005-03-14 19:26:32 +03:00
# a simple test case
PROJECT
(
OutOfSource
)
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
2005-03-18 18:41:41 +03:00
ADD_SUBDIRECTORY
(
SubDir
)
SET
(
KEN
1
)