cmake/Tests/SimpleExclude/dirC/dirA/CMakeLists.txt
Pierre Habouzit 4c630dbbc0 import cmake 2.6.0
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
2008-10-12 18:41:06 +02:00

11 lines
161 B
CMake

add_library(t1 STATIC t1.c)
add_library(t2 STATIC t2.c)
add_executable(t3 t3.c)
add_executable(t4 t4.c)
add_executable(t5 t5.c)
target_link_libraries(t5 t1)