add info on how musrfit is compiled Debug or Release.

This commit is contained in:
2021-05-21 07:44:50 +02:00
parent 86459e586d
commit 8cce005fd5
12 changed files with 13 additions and 12 deletions

View File

@ -2,6 +2,7 @@
#define PACKAGE_VERSION "@PROJECT_VERSION@"
#define ROOT_VERSION_USED "@ROOT_VERSION@"
#define BUILD_TYPE "@CMAKE_BUILD_TYPE@"
// define to 1 if minor ROOT6 version is >= 24
#define ROOT_GRTEQ_24 @ROOT_GRTEQ_24@