memgraph/config/config.hpp
2016-02-10 23:34:49 +01:00

13 lines
279 B
C++

#pragma once
#include "utils/config/config.hpp"
namespace config
{
constexpr const char * COMPILE_CPU_PATH = "compile_cpu_path";
constexpr const char * TEMPLATE_CPU_CPP_PATH = "template_cpu_cpp_path";
constexpr const char * TEMPLATE_CPU_HPP_PATH = "template_cpu_hpp_path";
}