MercuryDPM
Alpha
|
#include <CMakeDefinitions.h>
Go to the source code of this file.
Functions | |
const std::string | xballsSupportOn () |
This file is used for generating defitions that give access to CMakeVaribles from within a cpp file (defintions have only been added as required. More... | |
const std::string | getMercurySourceDir () |
const std::string | getMercuryBuildDir () |
constexpr int | getMajorVersionNumber () |
constexpr int | getMinorVersionNumber () |
const std::string | getVersion () |
constexpr int getMajorVersionNumber | ( | ) |
Definition at line 20 of file CMakeDefinitions.cc.
const std::string getMercuryBuildDir | ( | ) |
Definition at line 15 of file CMakeDefinitions.cc.
const std::string getMercurySourceDir | ( | ) |
Definition at line 10 of file CMakeDefinitions.cc.
constexpr int getMinorVersionNumber | ( | ) |
Definition at line 25 of file CMakeDefinitions.cc.
const std::string getVersion | ( | ) |
Definition at line 30 of file CMakeDefinitions.cc.
const std::string xballsSupportOn | ( | ) |
This file is used for generating defitions that give access to CMakeVaribles from within a cpp file (defintions have only been added as required.
Definition at line 5 of file CMakeDefinitions.cc.