diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2019-03-12 19:16:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-11-17 18:16:05 (GMT) |
commit | a02c4ccabc1736712fc90b12c63e4997ccf34284 (patch) | |
tree | 640044bc99ab554d7b4951e5be5ed795e2b0ec18 /Source/CMakeLists.txt | |
parent | fa18069ebd01ecaef6d7500fcb0de29995d6b516 (diff) | |
download | CMake-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.txt | 1 |
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 |