diff options
author | JinWang An <jinwang.an@samsung.com> | 2022-12-27 17:20:04 +0900 |
---|---|---|
committer | JinWang An <jinwang.an@samsung.com> | 2022-12-27 17:20:04 +0900 |
commit | ee94ded5e1f6585451d7376f711dc12cb3d92a01 (patch) | |
tree | 4f02ee3ee8746576052abd0ec3a746631dfa96e2 /bootstrap | |
parent | e502e056ca86a2eea429e09cd2f5d9c14105ee90 (diff) | |
download | cmake-ee94ded5e1f6585451d7376f711dc12cb3d92a01.tar.gz cmake-ee94ded5e1f6585451d7376f711dc12cb3d92a01.tar.bz2 cmake-ee94ded5e1f6585451d7376f711dc12cb3d92a01.zip |
Imported Upstream version 3.22.0upstream/3.22.0
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -325,6 +325,7 @@ CMAKE_CXX_SOURCES="\ cmDefinePropertyCommand \ cmDefinitions \ cmDocumentationFormatter \ + cmELF \ cmEnableLanguageCommand \ cmEnableTestingCommand \ cmExecProgramCommand \ @@ -426,6 +427,7 @@ CMAKE_CXX_SOURCES="\ cmPolicies \ cmProcessOutput \ cmProjectCommand \ + cmValue \ cmPropertyDefinition \ cmPropertyMap \ cmGccDepfileLexerHelper \ |