geocore/testing/path.hpp.in
2019-09-16 17:54:22 +03:00

13 lines
290 B
C++

#pragma once
/*
* These values are automatically set according to their cmake variables.
*/
#include <cstdint>
struct TestindDataPath
{
static constexpr char const * const kDataPath = "${GEOCORE_ROOT}/data";
static constexpr char const * const kProjectName = "${PROJECT_NAME}";
};