mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
c1f5a44b28
This family enable to manage link flags Three new properties: * directory property: LINK_OPTIONS * target properties: LINK_OPTIONS and INTERFACE_LINK_OPTIONS Two new commands * add_link_options(): to populate directory property * target_link_options(): to populate target properties Fixes: #16543
14 lines
300 B
CMake
14 lines
300 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(COMPILE_DEFINITIONS)
|
|
run_cmake(COMPILE_FEATURES)
|
|
run_cmake(COMPILE_OPTIONS)
|
|
run_cmake(IMPORTED_GLOBAL)
|
|
run_cmake(INCLUDE_DIRECTORIES)
|
|
run_cmake(LINK_OPTIONS)
|
|
run_cmake(LINK_LIBRARIES)
|
|
run_cmake(SOURCES)
|
|
run_cmake(TYPE)
|
|
run_cmake(USER_PROP)
|
|
run_cmake(USER_PROP_INHERITED)
|