mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 09:08:58 -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");
|
|
}
|
|
}
|