mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
10 lines
107 B
Plaintext
10 lines
107 B
Plaintext
#include <b_mc.hpp>
|
|
|
|
namespace b_mc {
|
|
|
|
char const* mocs_compilation()
|
|
{
|
|
return "@MOCS_COMPILATION@";
|
|
}
|
|
}
|