summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBen McMorran <bemcmorr@microsoft.com>2021-01-08 00:47:23 (GMT)
committerBen McMorran <bemcmorr@microsoft.com>2021-01-12 19:21:19 (GMT)
commitbb069c08571b5dab3488342b03cc4e5705b3a0e2 (patch)
tree2d96108425b3616681d2ba09d32f58f42339e9d3 /Source/CMakeLists.txt
parent1c9b61c23edb8200400ac77585f94ccd9fe0e58f (diff)
downloadCMake-bb069c08571b5dab3488342b03cc4e5705b3a0e2.zip
CMake-bb069c08571b5dab3488342b03cc4e5705b3a0e2.tar.gz
CMake-bb069c08571b5dab3488342b03cc4e5705b3a0e2.tar.bz2
cmFileAPI: Add "toolchains" object kind.
Fixes #19514
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index c5b67c0..dca94ee 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -268,6 +268,8 @@ set(SRCS
cmFileAPICodemodel.h
cmFileAPICMakeFiles.cxx
cmFileAPICMakeFiles.h
+ cmFileAPIToolchains.cxx
+ cmFileAPIToolchains.h
cmFileCopier.cxx
cmFileCopier.h
cmFileInstaller.cxx