From 895401934c3a367b9693ef348f586b3343282f08 Mon Sep 17 00:00:00 2001 From: hitgds2016 Date: Thu, 17 Jun 2021 17:01:28 +0800 Subject: [PATCH] Update CMakeLists.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add nghttp2ver.h nghttp2.h path ,Fix build failure --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 12e9e782..0cdbf9c8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,6 +9,8 @@ set_source_files_properties(${cxx_sources} PROPERTIES include_directories( "${CMAKE_CURRENT_SOURCE_DIR}/includes" + "${CMAKE_CURRENT_SOURCE_DIR}/../lib/includes" + "${PROJECT_BINARY_DIR}/lib/includes" "${CMAKE_CURRENT_SOURCE_DIR}/../third-party" "${CMAKE_CURRENT_SOURCE_DIR}/../third-party/llhttp/include"