mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-10 11:29:09 -05:00
10 lines
107 B
C++
10 lines
107 B
C++
#include <b_mc.hpp>
|
|
|
|
namespace b_mc {
|
|
|
|
char const* mocs_compilation()
|
|
{
|
|
return "@MOCS_COMPILATION@";
|
|
}
|
|
}
|