1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-12 16:52:44 +08:00
CMake/Source/cmMessageMetadata.h
2021-05-20 07:38:45 -04:00

12 lines
301 B
C

/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
#pragma once
#include "cmsys/Terminal.h"
struct cmMessageMetadata
{
const char* title = nullptr;
int desiredColor = cmsysTerminal_Color_Normal;
};