FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpp-netlib/cppnetlibConfig.cmake.in at master · cpphl/cpp-netlib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cpphl
/
cpp-netlib
Public
forked from
glynos/cpp-netlib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cpp-netlib
/
cppnetlibConfig.cmake.in
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (21 loc) · 903 Bytes
Breadcrumbs
cpp-netlib
/
cppnetlibConfig.cmake.in
Copy path
File metadata and controls
24 lines (21 loc) · 903 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
- Config file for the cppnetlib package
#
It defines the following variables
#
CPPNETLIB_INCLUDE_DIRS - include directories for cppnetlib
#
CPPNETLIB_LIBRARIES - libraries to link against
#
CPPNETLIB_EXECUTABLE - the bar executable
#
Compute paths
get_filename_component
(
CPPNETLIB_CMAKE_DIR
"
${
CMAKE_CURRENT_LIST_FILE
}
"
PATH
)
set
(CPPNETLIB_INCLUDE_DIRS
"@CONF_INCLUDE_DIRS@"
)
#
Our library dependencies (contains definitions for IMPORTED targets)
if
(
NOT
TARGET
cppnetlib-client-connections
AND
NOT
TARGET
cppnetlib-server-parsers
AND
NOT
TARGET
cppnetlib-uri
AND
NOT
CPPNETLIB_BINARY_DIR
)
include
(
"
${CPPNETLIB_CMAKE_DIR}
/cppnetlibTargets.cmake"
)
endif
()
#
These are IMPORTED targets created by cppnetlibTargets.cmake
set
(CPPNETLIB_LIBRARIES
cppnetlib-client-connections
cppnetlib-server-parsers
cppnetlib-uri)
#
set(CPPNETLIB_EXECUTABLE ...) # maybe the examples?
Back
|
FazBrowse Home
|
New Git URL