diff options
author | Brad King <brad.king@kitware.com> | 2024-05-16 20:37:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-05-20 23:23:13 (GMT) |
commit | 881a46819e014e9953b32d5caf87cfccd4a3c3f9 (patch) | |
tree | 575b638ee78a605bad6b9e44d1013b03ea68d445 /bootstrap | |
parent | 0a3c97308dc497910523a4c962f50ec2096a16cb (diff) | |
download | CMake-881a46819e014e9953b32d5caf87cfccd4a3c3f9.zip CMake-881a46819e014e9953b32d5caf87cfccd4a3c3f9.tar.gz CMake-881a46819e014e9953b32d5caf87cfccd4a3c3f9.tar.bz2 |
cmGeneratorTarget: Factor LINK_DIRECTORIES impl into own source
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -382,6 +382,7 @@ CMAKE_CXX_SOURCES="\ cmGeneratorExpressionParser \ cmGeneratorTarget \ cmGeneratorTarget_IncludeDirectories \ + cmGeneratorTarget_LinkDirectories \ cmGeneratorTarget_Sources \ cmGeneratorTarget_TargetPropertyEntry \ cmGetCMakePropertyCommand \ |