summaryrefslogtreecommitdiff
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2019-03-12 15:16:46 -0400
committerBrad King <brad.king@kitware.com>2020-11-17 13:16:05 -0500
commita02c4ccabc1736712fc90b12c63e4997ccf34284 (patch)
tree640044bc99ab554d7b4951e5be5ed795e2b0ec18 /Source/CMakeLists.txt
parentfa18069ebd01ecaef6d7500fcb0de29995d6b516 (diff)
downloadcmake-a02c4ccabc1736712fc90b12c63e4997ccf34284.tar.gz
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 cb954e5ff3..d1616adbff 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