diff options
author | Brad King <brad.king@kitware.com> | 2024-05-16 20:30:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-05-20 23:24:48 (GMT) |
commit | cdd7112a5d3ad4b5bd30aae33e82f779a6b77cfe (patch) | |
tree | 63b72ff20104a10a173f98fc800cc770c2eef244 /bootstrap | |
parent | 881a46819e014e9953b32d5caf87cfccd4a3c3f9 (diff) | |
download | CMake-cdd7112a5d3ad4b5bd30aae33e82f779a6b77cfe.zip CMake-cdd7112a5d3ad4b5bd30aae33e82f779a6b77cfe.tar.gz CMake-cdd7112a5d3ad4b5bd30aae33e82f779a6b77cfe.tar.bz2 |
cmGeneratorTarget: Factor options-like usage requirements into own source
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -383,6 +383,7 @@ CMAKE_CXX_SOURCES="\ cmGeneratorTarget \ cmGeneratorTarget_IncludeDirectories \ cmGeneratorTarget_LinkDirectories \ + cmGeneratorTarget_Options \ cmGeneratorTarget_Sources \ cmGeneratorTarget_TargetPropertyEntry \ cmGetCMakePropertyCommand \ |