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
aa78a60ca6
CMake
/
Tests
/
CTestTestSubdir
/
subdir
/
CMakeLists.txt
3 lines
55 B
CMake
Raw
Normal View
History
Unescape
Escape
Added a ctest add_subdirectory test which fails before my patch made earlier today.
2009-10-20 21:35:44 +04:00
ADD_EXECUTABLE
(
main
main.c
)
Change logic of ctest subdirs command to allow for absolute paths. Also added test coverage for passing absolute paths to subdirs.
2009-11-10 18:40:24 +03:00
ADD_TEST
(
TestMain1
main
)