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)
|
|
|