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

6 lines
87 B
CMake
Raw Normal View History

2007-02-23 18:31:46 +03:00
add_library(t6 STATIC t6.c)
2007-02-23 18:31:46 +03:00
add_library(t7 STATIC t7.c)
target_link_libraries(t7 t2)