Update CMakeLists.txt
Add nghttp2ver.h nghttp2.h path ,Fix build failure
This commit is contained in:
parent
9e6c0685a2
commit
895401934c
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue