enable_language(C) add_library(objs OBJECT obj1.c obj2.c) install(FILES $ DESTINATION objs)