4 lines
93 B
4 lines
93 B
13 years ago
|
add_library(A SHARED a.c)
|
||
|
target_link_libraries(A AnObjLib)
|
||
|
add_library(AnObjLib OBJECT a.c)
|