procwatch/config.h.in
Thorsten Schubert 4d2c14aa93
All checks were successful
/ build-x86 (push) Successful in 1m1s
/ build (push) Successful in 1m2s
Premature optimizations
2024-06-21 02:04:29 +02:00

9 lines
161 B
C

// config.h.in
#ifndef CONFIG_H_
#define CONFIG_H_
#define PROJECT_VERSION "@PROJECT_VERSION@"
#mesondefine BENCHMARK
#mesondefine NDEBUG
#endif // CONFIG_H_