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
b4ae8bad4b
CMake
/
Tests
/
SubDirSpaces
/
Some Examples
/
CMakeLists.txt
4 lines
82 B
CMake
Raw
Normal View
History
Unescape
Escape
ENH: preclean some warnings
2008-03-25 18:27:18 +03:00
cmake_minimum_required
(
VERSION
2.6
)
ENH: new test for spaces in the tree structure
2007-02-19 20:23:37 +03:00
PROJECT
(
Examples
)
SUBDIRS
(
example1
example2
)