mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -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")
|