diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-09-06 17:24:27 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-09-09 12:29:02 (GMT) |
commit | 3f3a30e1e06a3461c0e712b4a80b57a5bcb05eab (patch) | |
tree | 3cc5cd65a937e16df7b5c67d18a0342719a23e58 /Source/CMakeLists.txt | |
parent | e366977e62edc366e5b7ac38ed6c1c5cf729b428 (diff) | |
download | CMake-3f3a30e1e06a3461c0e712b4a80b57a5bcb05eab.zip CMake-3f3a30e1e06a3461c0e712b4a80b57a5bcb05eab.tar.gz CMake-3f3a30e1e06a3461c0e712b4a80b57a5bcb05eab.tar.bz2 |
JSON: Add helpers
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 310ffeb..1be424a 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -336,6 +336,7 @@ set(SRCS cmInstallTargetGenerator.cxx cmInstallDirectoryGenerator.h cmInstallDirectoryGenerator.cxx + cmJSONHelpers.h cmLDConfigLDConfigTool.cxx cmLDConfigLDConfigTool.h cmLDConfigTool.cxx |