|
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(NOTTARGET cppnetlib-client-connections |
13 | 13 | ANDNOTTARGET cppnetlib-server-parsers |
14 | 14 | ANDNOTTARGET cppnetlib-uri |
15 | 15 | ANDNOTCPPNETLIB_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) |
|