diff options
author | Brad King <brad.king@kitware.com> | 2024-05-16 20:16:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-05-20 23:21:45 (GMT) |
commit | 0a3c97308dc497910523a4c962f50ec2096a16cb (patch) | |
tree | 7808dfd7bbf76c79b085db7357568b649885f50b /bootstrap | |
parent | 7ffb92022c23c88b00e14091ffdc3abe35665a4b (diff) | |
download | CMake-0a3c97308dc497910523a4c962f50ec2096a16cb.zip CMake-0a3c97308dc497910523a4c962f50ec2096a16cb.tar.gz CMake-0a3c97308dc497910523a4c962f50ec2096a16cb.tar.bz2 |
cmGeneratorTarget: Factor INCLUDE_DIRECTORIES impl into own source
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -381,6 +381,7 @@ CMAKE_CXX_SOURCES="\ cmGeneratorExpressionNode \ cmGeneratorExpressionParser \ cmGeneratorTarget \ + cmGeneratorTarget_IncludeDirectories \ cmGeneratorTarget_Sources \ cmGeneratorTarget_TargetPropertyEntry \ cmGetCMakePropertyCommand \ |