OGS
TestInfo.h
Go to the documentation of this file.
1
13#pragma once
14
15#include <string>
16
17#include "testinfolib_export.h"
18
19namespace TestInfoLib
20{
21
22namespace TestInfo
23{
24extern TESTINFOLIB_EXPORT const std::string data_path;
25} // namespace TestInfo
26} // namespace TestInfoLib
TESTINFOLIB_EXPORT const std::string data_path
#define TESTINFOLIB_EXPORT