🔨 fixed benchmark compilation

parent 02584846
......@@ -12,7 +12,7 @@ add_subdirectory(thirdparty/benchmark)
# header directories
include_directories(thirdparty)
include_directories(${CMAKE_SOURCE_DIR}/src)
include_directories(${CMAKE_SOURCE_DIR}/../single_include)
# copy test files to build folder
file(COPY ${CMAKE_SOURCE_DIR}/data DESTINATION .)
......
#include "benchmark/benchmark.h"
#include "json.hpp"
#include <nlohmann/json.hpp>
#include <fstream>
using json = nlohmann::json;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment