summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2019-03-12 19:16:46 (GMT)
committerBrad King <brad.king@kitware.com>2020-11-17 18:16:05 (GMT)
commita02c4ccabc1736712fc90b12c63e4997ccf34284 (patch)
tree640044bc99ab554d7b4951e5be5ed795e2b0ec18 /Source/CMakeLists.txt
parentfa18069ebd01ecaef6d7500fcb0de29995d6b516 (diff)
downloadCMake-a02c4ccabc1736712fc90b12c63e4997ccf34284.zip
CMake-a02c4ccabc1736712fc90b12c63e4997ccf34284.tar.gz
CMake-a02c4ccabc1736712fc90b12c63e4997ccf34284.tar.bz2
cmScanDepFormat: add reader and writer for the format from P1689R2
This format is currently subject to change, but is not too far from the end goal. Some bits are currently unimplemented (see TODO comments).
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index cb954e5..d1616ad 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -834,6 +834,7 @@ endif()
# Ninja support
set(SRCS ${SRCS}
+ cmScanDepFormat.cxx
cmGlobalNinjaGenerator.cxx
cmGlobalNinjaGenerator.h
cmNinjaTypes.h