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
/
EmptyLibrary
/
CMakeLists.txt
blob: baddbbf5e0c0af4ecee4e4ba2cf64569dc9c7b91 (
plain
)
1
2
3
4
cmake_minimum_required(VERSION 2.6) project(TestEmptyLibrary) add_subdirectory(subdir)