3 lines
74 B
CMake
3 lines
74 B
CMake
|
add_library(AnObjLib OBJECT a.c)
|
||
|
target_link_libraries(AnObjLib OtherLib)
|