diff options
author | Marius Messerschmidt <marius.messerschmidt@googlemail.com> | 2021-05-08 20:30:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-05-19 13:06:27 (GMT) |
commit | bceb8e2ed23340a90d2093e05d50f0cc797f6432 (patch) | |
tree | 01e3f1a9142ffa35813617296b49b1c335cc7f5e /Source/CMakeLists.txt | |
parent | 82fd8b6ba36658705fc55bc40df0b6b6ec80b773 (diff) | |
download | CMake-bceb8e2ed23340a90d2093e05d50f0cc797f6432.zip CMake-bceb8e2ed23340a90d2093e05d50f0cc797f6432.tar.gz CMake-bceb8e2ed23340a90d2093e05d50f0cc797f6432.tar.bz2 |
cmMessenger: Pass title inside a metadata structure
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 c19c154..bd9e4c2 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -638,6 +638,7 @@ set(SRCS cmMathCommand.h cmMessageCommand.cxx cmMessageCommand.h + cmMessageMetadata.h cmOptionCommand.cxx cmOptionCommand.h cmOutputRequiredFilesCommand.cxx |