mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -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)
|