index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
SubDirSpaces
/
Some Examples
/
CMakeLists.txt
blob: b0f1e896c81272958659fbdfc8c3498f6e042670 (
plain
)
1
2
3
cmake_minimum_required (VERSION 2.6) PROJECT(Examples) SUBDIRS(example1 example2)