summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2020-01-26 17:31:48 (GMT)
committerBrad King <brad.king@kitware.com>2020-02-25 18:14:17 (GMT)
commit54e4f2ad455817bed165fa1cb3682acbd93a8a1a (patch)
treed522b01b4b3a8f425e4a76c3eaf54a0528634877 /Source/CMakeLists.txt
parent3276f85fd774035221d00b291bfe0c624f6a4831 (diff)
downloadCMake-54e4f2ad455817bed165fa1cb3682acbd93a8a1a.zip
CMake-54e4f2ad455817bed165fa1cb3682acbd93a8a1a.tar.gz
CMake-54e4f2ad455817bed165fa1cb3682acbd93a8a1a.tar.bz2
cmake_command: Add command to INVOKE other commands by name
Fixes: #18392
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 c57f713..24370aa 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -484,6 +484,8 @@ set(SRCS
cmBuildCommand.h
cmBuildNameCommand.cxx
cmBuildNameCommand.h
+ cmCMakeCommand.cxx
+ cmCMakeCommand.h
cmCMakeHostSystemInformationCommand.cxx
cmCMakeHostSystemInformationCommand.h
cmCMakeMinimumRequired.cxx