CMake/Tests/SimpleExclude/dirC/dirB/CMakeLists.txt

6 lines
73 B
CMake
Raw Normal View History

add_library(t6 t6.c)
add_library(t7 t7.c)
target_link_libraries(t7 t2)