diff options
author | Cara Salter <cara@devcara.com> | 2023-04-06 21:43:29 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-04-06 21:43:29 -0400 |
commit | acd1befde66db492149992199fadca92e55cc97b (patch) | |
tree | 16251d96cd8efd5323fa8f095bb29f110030f387 /142bot.config.in | |
parent | 555810bedc0cf9d9d954f56b5a2c8c92522ad27f (diff) | |
download | 142bot-acd1befde66db492149992199fadca92e55cc97b.tar.gz 142bot-acd1befde66db492149992199fadca92e55cc97b.zip |
sentry: Add sentry support
Change-Id: I3cff2a05c63e88abddc8eff6a3ee9a9f73a5172d
Diffstat (limited to '142bot.config.in')
-rw-r--r-- | 142bot.config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/142bot.config.in b/142bot.config.in new file mode 100644 index 0000000..ce28daa --- /dev/null +++ b/142bot.config.in @@ -0,0 +1,6 @@ +// MODIFIED BY CMAKE +// + +#define onefortytwobot_VERSION_MAJOR @onefortytwobot_VERSION_MAJOR@ +#define onefortytwobot_VERSION_MINOR @onefortytwobot_VERSION_MINOR@ +#define onefortytwobot_env "@CMAKE_BUILD_TYPE@"
\ No newline at end of file |