mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
4 lines
113 B
CMake
4 lines
113 B
CMake
enable_language(C)
|
|
add_library(objs OBJECT obj1.c obj2.c)
|
|
install(FILES $<TARGET_OBJECTS:objs> DESTINATION objs)
|