summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleExclude/dirC/dirA/CMakeLists.txt
blob: 5a7a9cb996cb232ca266cc6edebb28d82972dc52 (plain)
1
2
3
4
5
6
7
8
9
10
add_library(t1 t1.c)

add_library(t2 t2.c)

add_executable(t3 t3.c)

add_executable(t4 t4.c)

add_executable(t5 t5.c)
target_link_libraries(t5 t1)