mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
058b8a0bfb
Fixes: #22960
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)
|