We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5056125 commit 822b9fcCopy full SHA for 822b9fc
libs/network/src/CMakeLists.txt
@@ -7,6 +7,7 @@
7
8
9
include_directories(${CPP-NETLIB_SOURCE_DIR}/include)
10
+include_directories(${CPP-NETLIB_SOURCE_DIR})
11
12
set(CPP-NETLIB_URI_SRCS uri/uri.cpp uri/schemes.cpp)
13
add_library(cppnetlib-uri ${CPP-NETLIB_URI_SRCS})
libs/network/test/uri/CMakeLists.txt
@@ -4,7 +4,7 @@
4
# (See accompanying file LICENSE_1_0.txt or copy at
5
# http://www.boost.org/LICENSE_1_0.txt)
6
-include_directories(${CPP-NETLIB_SOURCE_DIR}/include)
if (Boost_FOUND)
set(
0 commit comments