mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -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)
|