mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -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
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'
|