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
5233d34c31
CMake
/
Tests
/
SubDir
/
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: create new test to test subdir exclude
2004-03-10 00:20:41 +03:00
PROJECT
(
Examples
)
SUBDIRS
(
example1
example2
)