6 lines
73 B
CMake
6 lines
73 B
CMake
|
add_library(t6 t6.c)
|
||
|
|
||
|
add_library(t7 t7.c)
|
||
|
target_link_libraries(t7 t2)
|
||
|
|