summaryrefslogtreecommitdiffstats
path: root/Tests/Simple/CMakeLists.txt
blob: 07a9039460782f17cf9bc269db03e62f71cbe187 (plain)
1
2
3
4
5
# a simple test case
PROJECT (simple)
ADD_EXECUTABLE (simple simple.cxx)
ADD_LIBRARY(simpleLib STATIC simpleLib.cxx simpleCLib.c)
TARGET_LINK_LIBRARIES(simple simpleLib)