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
/
VSExternalInclude
/
Lib1
/
CMakeLists.txt
blob: 1cb01c5dd01bd72a4e03ffaf14f0133459e73356 (
plain
)
1
2
3
4
5
project(LIB1) set(SOURCES lib1.cpp) add_library(lib1 ${SOURCES})