mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
b357d334fc
Fixes: #23286
5 lines
109 B
CMake
5 lines
109 B
CMake
enable_language(C)
|
|
|
|
add_library(lib1 STATIC empty.c)
|
|
target_sources(lib1 INTERFACE FILE_SET a+ TYPE HEADERS)
|