mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
namespace cmkr {
|
|
namespace resources {
|
|
|
|
static const char* @RESOURCE_NAME@ = R"RESOURCE(@RESOURCE_CONTENTS@)RESOURCE";
|
|
|
|
}
|
|
} |