mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
397ee55cd6
To be more consistent between genex and variables as well as the forecomming LINK_GROUP genex, rename variable *_LINK_USING_<FEATURE>* in *_LINK_LIBRARY_USING_<FEATURE>*
5 lines
112 B
CMake
5 lines
112 B
CMake
enable_language(C)
|
|
|
|
add_library(empty SHARED empty.c)
|
|
target_link_options(empty PRIVATE "$<LINK_LIBRARY:FEAT>")
|