mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
LINK_DIRECTORIES: Add new properties and commands
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
This commit is contained in:
committed by
Craig Scott
parent
5ca130e223
commit
a71caab46b
@@ -147,6 +147,10 @@ protected:
|
||||
cmTargetExport* target,
|
||||
cmGeneratorExpression::PreprocessContext preprocessRule,
|
||||
ImportPropertyMap& properties, std::vector<std::string>& missingTargets);
|
||||
void PopulateLinkDirectoriesInterface(
|
||||
cmTargetExport* target,
|
||||
cmGeneratorExpression::PreprocessContext preprocessRule,
|
||||
ImportPropertyMap& properties, std::vector<std::string>& missingTargets);
|
||||
void PopulateLinkDependsInterface(
|
||||
cmTargetExport* target,
|
||||
cmGeneratorExpression::PreprocessContext preprocessRule,
|
||||
|
||||
Reference in New Issue
Block a user