mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
6 lines
87 B
CMake
6 lines
87 B
CMake
add_library(t6 STATIC t6.c)
|
|
|
|
add_library(t7 STATIC t7.c)
|
|
target_link_libraries(t7 t2)
|
|
|