matrixion/cmake/nheko.h

8 lines
257 B
C
Raw Normal View History

2018-09-30 14:33:54 +03:00
namespace nheko {
2023-02-20 01:17:21 +03:00
inline constexpr auto version = "${PROJECT_VERSION}";
inline constexpr auto build_os = "${CMAKE_HOST_SYSTEM_NAME}";
inline constexpr auto enable_debug_log = ${SPDLOG_DEBUG_ON};
2018-09-30 14:33:54 +03:00
}
2021-07-07 16:48:13 +03:00
# cmakedefine01 HAVE_BACKTRACE_SYMBOLS_FD