mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
6 lines
128 B
CMake
6 lines
128 B
CMake
|
|
enable_language(C)
|
|
|
|
add_library(example SHARED LinkOptionsLib.c)
|
|
target_link_options(example PRIVATE "LINKER:-foo,SHELL:-bar")
|