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: 72ffcedc162289e5fbc212f62059018a9ff4c1aa (
plain
)
1
2
3
4
5
PROJECT(LIB1) SET(SOURCES lib1.cpp) ADD_LIBRARY(lib1 ${SOURCES})