2012-04-19 19:04:21 +03:00

3 lines
61 B
CMake

add_library(A OBJECT a.c)
install(TARGETS A DESTINATION lib)