mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
a71caab46b
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
4 lines
103 B
CMake
4 lines
103 B
CMake
include(Common.cmake)
|
|
test_target_property(LINK_DIRECTORIES)
|
|
test_directory_property(LINK_DIRECTORIES)
|