summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-05-16 20:37:48 (GMT)
committerBrad King <brad.king@kitware.com>2024-05-20 23:23:13 (GMT)
commit881a46819e014e9953b32d5caf87cfccd4a3c3f9 (patch)
tree575b638ee78a605bad6b9e44d1013b03ea68d445 /bootstrap
parent0a3c97308dc497910523a4c962f50ec2096a16cb (diff)
downloadCMake-881a46819e014e9953b32d5caf87cfccd4a3c3f9.zip
CMake-881a46819e014e9953b32d5caf87cfccd4a3c3f9.tar.gz
CMake-881a46819e014e9953b32d5caf87cfccd4a3c3f9.tar.bz2
cmGeneratorTarget: Factor LINK_DIRECTORIES impl into own source
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index c029bc7..7fe23ae 100755
--- a/bootstrap
+++ b/bootstrap
@@ -382,6 +382,7 @@ CMAKE_CXX_SOURCES="\
cmGeneratorExpressionParser \
cmGeneratorTarget \
cmGeneratorTarget_IncludeDirectories \
+ cmGeneratorTarget_LinkDirectories \
cmGeneratorTarget_Sources \
cmGeneratorTarget_TargetPropertyEntry \
cmGetCMakePropertyCommand \