mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
255c2e1430
Fixes: #25513
8 lines
119 B
CMake
8 lines
119 B
CMake
enable_language(C)
|
|
|
|
add_library(hello STATIC hello.c)
|
|
|
|
target_link_options(hello PRIVATE "-FLAGS=[
|
|
FLAG1,
|
|
FLAG2]")
|