mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
0a81ea1f12
Fixes: #23121
5 lines
108 B
CMake
5 lines
108 B
CMake
enable_language(C)
|
|
|
|
add_library(empty SHARED empty.c)
|
|
target_link_options(empty PRIVATE $<LINK_GROUP:FEAT>)
|