init commit
This commit is contained in:
8
include/helper.h
Normal file
8
include/helper.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
#if defined(WORKING_DIR)
|
||||
inline std::string workingDir = std::string(WORKING_DIR) + "/";
|
||||
#else
|
||||
inline std::string workingDir = std::string("./");
|
||||
#endif
|
||||
Reference in New Issue
Block a user