looper/config.cmake.h.in
2024-03-26 18:39:02 -07:00

8 lines
177 B
C

#pragma once
#define TAG "@TAG@"
#define LOCALE_DIR "@LOCALE_DIR@"
#cmakedefine01 DEBUG_MODE_VALUE
#if DEBUG_MODE_VALUE==1
#define DEBUG_MODE
#endif
#undef DEBUG_MODE_VALUE