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