mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
7 lines
110 B
CMake
7 lines
110 B
CMake
|
|
enable_language(C)
|
|
|
|
add_link_options("LINKER:-foo,SHELL:-bar")
|
|
|
|
add_library(example SHARED LinkOptionsLib.c)
|