mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 07:09:49 -06:00
These new capabilities enable to manage link directories Two new properties: * target properties: LINK_DIRECTORIES and INTERFACE_LINK_DIRECTORIES One new command * target_link_directories(): to populate target properties Fixes: #17215
15 lines
328 B
CMake
15 lines
328 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_DIRECTORIES)
|
|
run_cmake(LINK_LIBRARIES)
|
|
run_cmake(SOURCES)
|
|
run_cmake(TYPE)
|
|
run_cmake(USER_PROP)
|
|
run_cmake(USER_PROP_INHERITED)
|