File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33# CPPNETLIB_INCLUDE_DIRS - include directories for cppnetlib
44# CPPNETLIB_LIBRARIES - libraries to link against
55# CPPNETLIB_EXECUTABLE - the bar executable
6-
6+
77# Compute paths
88get_filename_component (CPPNETLIB_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE} " PATH )
99set (CPPNETLIB_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@" )
10-
10+
1111# Our library dependencies (contains definitions for IMPORTED targets)
1212if ( NOT TARGET cppnetlib-client-connections
1313 AND NOT TARGET cppnetlib-server-parsers
1414 AND NOT TARGET cppnetlib-uri
1515 AND NOT CPPNETLIB_BINARY_DIR )
1616 include ("${CPPNETLIB_CMAKE_DIR} /cppnetlibTargets.cmake" )
1717endif ()
18-
18+
1919# These are IMPORTED targets created by cppnetlibTargets.cmake
20- set (CPPNETLIB_LIBRARIES
20+ set (CPPNETLIB_LIBRARIES
2121 cppnetlib-client-connections
2222 cppnetlib-server-parsers
2323 cppnetlib-uri)
You can’t perform that action at this time.
0 commit comments