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: 0c03e1df7e89c887fc5915aa2ba47010518f4049 (
plain
)
1
2
3
4
cmake_minimum_required(VERSION 3.10) project(TestEmptyLibrary) add_subdirectory(subdir)