From 543839bcb858e5ec4e83ca6aada56594acb0f082 Mon Sep 17 00:00:00 2001 From: Ylannl Date: Wed, 15 Apr 2020 08:55:57 +0200 Subject: [PATCH] include json header in cmake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b305785..c115809 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,6 +66,7 @@ include_directories( src thirdparty/filesystem/include thirdparty/cpp-taskflow + thirdparty/json/single_include ${CMAKE_BINARY_DIR} )