9 lines
161 B
C
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_
|