memgraph/include/config/config.hpp

12 lines
207 B
C++
Raw Normal View History

#pragma once
#include "utils/config/config.hpp"
namespace config
{
constexpr const char * COMPILE_CPU_PATH = "compile_cpu_path";
2016-02-11 06:34:49 +08:00
constexpr const char * TEMPLATE_CPU_CPP_PATH = "template_cpu_cpp_path";
}