repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
STYLE: Nightly Version update
[cmake.git]
/
Tests
/
Simple
/
CMakeLists.txt
blob
810f05dce79d20742acc340aeda9c4d3d127c3c0
1
# a simple test case
2
PROJECT (simple)
3
ADD_EXECUTABLE (simple simple.cxx)
4
ADD_LIBRARY(simpleLib STATIC
5
simpleLib.cxx simpleCLib.c simpleWe.cpp)
6
TARGET_LINK_LIBRARIES(simple simpleLib)