We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfef5b commit aa3451dCopy full SHA for aa3451d
cppnetlibConfig.cmake.in
@@ -11,12 +11,14 @@ set(CPPNETLIB_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
11
# Our library dependencies (contains definitions for IMPORTED targets)
12
if( NOT TARGET cppnetlib-client-connections
13
AND NOT TARGET cppnetlib-server-parsers
14
+ AND NOT TARGET network-uri
15
AND NOT CPPNETLIB_BINARY_DIR)
16
include("${CPPNETLIB_CMAKE_DIR}/cppnetlibTargets.cmake")
17
endif()
18
19
# These are IMPORTED targets created by cppnetlibTargets.cmake
20
set(CPPNETLIB_LIBRARIES
21
cppnetlib-client-connections
- cppnetlib-server-parsers)
22
+ cppnetlib-server-parsers
23
+ network-uri)
24
#set(CPPNETLIB_EXECUTABLE ...) # maybe the examples?
0 commit comments