summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-03-30 12:51:06 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-03-30 12:51:18 (GMT)
commit4901fdb201bc6264e976e105780a490d9c0eba19 (patch)
treea9f1ac305890acb723453d4145987555167395d2 /Source/CMakeLists.txt
parent1d1ee2b049ec3010d1740f276c8a3413ad4c76d3 (diff)
parent19305afd8a2a46925b1a880de68f7be0ad1f3091 (diff)
downloadCMake-4901fdb201bc6264e976e105780a490d9c0eba19.zip
CMake-4901fdb201bc6264e976e105780a490d9c0eba19.tar.gz
CMake-4901fdb201bc6264e976e105780a490d9c0eba19.tar.bz2
Merge topic 'presets-json-errors'
19305afd8a presets: Improve JSON parser and error messages Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Acked-by: scivision <michael@scivision.dev> Merge-request: !8290
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 33514ba..3ae0bc6 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -128,6 +128,7 @@ add_library(
cmCLocaleEnvironmentScope.cxx
cmCMakePath.h
cmCMakePath.cxx
+ cmCMakePresetErrors.h
cmCMakePresetsGraph.cxx
cmCMakePresetsGraph.h
cmCMakePresetsGraphInternal.h
@@ -319,6 +320,8 @@ add_library(
cmInstallDirectoryGenerator.h
cmInstallDirectoryGenerator.cxx
cmJSONHelpers.h
+ cmJSONState.cxx
+ cmJSONState.h
cmLDConfigLDConfigTool.cxx
cmLDConfigLDConfigTool.h
cmLDConfigTool.cxx