File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# CPPNETLIB_INCLUDE_DIRS - include directories for cppnetlib
4
4
# CPPNETLIB_LIBRARIES - libraries to link against
5
5
# CPPNETLIB_EXECUTABLE - the bar executable
6
-
6
+
7
7
# Compute paths
8
8
get_filename_component (CPPNETLIB_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE} " PATH )
9
9
set (CPPNETLIB_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@" )
10
-
10
+
11
11
# Our library dependencies (contains definitions for IMPORTED targets)
12
12
if ( NOT TARGET cppnetlib-client-connections
13
13
AND NOT TARGET cppnetlib-server-parsers
14
14
AND NOT TARGET cppnetlib-uri
15
15
AND NOT CPPNETLIB_BINARY_DIR )
16
16
include ("${CPPNETLIB_CMAKE_DIR} /cppnetlibTargets.cmake" )
17
17
endif ()
18
-
18
+
19
19
# These are IMPORTED targets created by cppnetlibTargets.cmake
20
- set (CPPNETLIB_LIBRARIES
20
+ set (CPPNETLIB_LIBRARIES
21
21
cppnetlib-client-connections
22
22
cppnetlib-server-parsers
23
23
cppnetlib-uri)
You can’t perform that action at this time.
0 commit comments