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
/
SubDir
/
Examples
/
CMakeLists.txt
blob: 8cd7e24e16102a62957005600fbdacb5dd735876 (
plain
)
1
2
3
cmake_minimum_required (VERSION 2.6) project(Examples) subdirs(example1 example2)