mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
cmMessenger: Pass title inside a metadata structure
This commit is contained in:
committed by
Brad King
parent
82fd8b6ba3
commit
bceb8e2ed2
@@ -0,0 +1,8 @@
|
||||
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
file Copyright.txt or https://cmake.org/licensing for details. */
|
||||
#pragma once
|
||||
|
||||
struct cmMessageMetadata
|
||||
{
|
||||
const char* title = nullptr;
|
||||
};
|
||||
Reference in New Issue
Block a user