mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
5 lines
86 B
CMake
5 lines
86 B
CMake
enable_language(C)
|
|
|
|
add_library(lib1 STATIC empty.c)
|
|
install(TARGETS lib1 FILE_SET a)
|