From 279374caeb6c47ecf3389e43832548b78d91c127 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Thu, 30 Sep 2021 11:39:16 +0800 Subject: [PATCH] minor changes for cjson --- deps/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 0e08be44ac..f251ae34ed 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -3,6 +3,10 @@ if(${BUILD_TEST}) endif(${BUILD_TEST}) add_subdirectory(cJson) +target_include_directories( + cjson + PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/cJson +) add_subdirectory(lz4/build/cmake) add_subdirectory(zlib) target_include_directories(