mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -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
3 lines
89 B
Plaintext
3 lines
89 B
Plaintext
-- Target LINK_DIRECTORIES is 'a;b;c;d;;e'
|
|
-- Directory LINK_DIRECTORIES is 'a;b;c;d;;e'
|