mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 07:39:47 -05:00
51865fc67e
Fixes: #16755
11 lines
140 B
C++
11 lines
140 B
C++
#include "cli.hpp"
|
|
|
|
using namespace System;
|
|
|
|
namespace CLIApp {
|
|
void MyCli::testMyCli()
|
|
{
|
|
Console::WriteLine("#message from CLIApp");
|
|
}
|
|
}
|