 |
revision: v0.14
|
Go to the documentation of this file.
27 #ifndef CMAKEDEFINTIONS_H
28 #define CMAKEDEFINTIONS_H
50 #if @Mercury_BACKTRACE_ENABLE@ == ON
52 #define MERCURY_STACKTRACE_SHOW 1
54 #define MERCURY_STACKTRACE_SHOW 0
57 #if @Mercury_BACKTRACE_DEMANGLE@ == ON
59 #define MERCURY_STACKTRACE_DEMANGLE 1
61 #define MERCURY_STACKTRACE_DEMANGLE 0
const int getSVNRevision()
Definition: CMakeDefinitions.cc:41
const std::string getSVNURL()
Definition: CMakeDefinitions.cc:46
const std::string getMercuryBuildDir()
Definition: CMakeDefinitions.cc:36
const std::string getMercurySourceDir()
This file is used for generating defitions that give access to CMakeVaribles from within a cpp file (...
Definition: CMakeDefinitions.cc:31
const std::string getVersion()
Definition: CMakeDefinitions.cc:51
const std::string getVersion()
Definition: CMakeDefinitions.cc:51
const std::string getMercuryBuildDir()
Definition: CMakeDefinitions.cc:36
const int getSVNRevision()
Definition: CMakeDefinitions.cc:41
const std::string getMercurySourceDir()
This file is used for generating defitions that give access to CMakeVaribles from within a cpp file (...
Definition: CMakeDefinitions.cc:31
const std::string getSVNURL()
Definition: CMakeDefinitions.cc:46