Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Commits
3e6b74ce
Commit
3e6b74ce
authored
7 months ago
by
Joscha Schmiedt
Browse files
Options
Downloads
Patches
Plain Diff
Add linking to grpc++
parent
5b5d603c
No related branches found
No related tags found
2 merge requests
!61
Release 0.3.0
,
!53
Add vcpkg support
Pipeline
#53986
passed
7 months ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-julialib
#53989
Pipeline: CaosDB Octave library
#53988
Pipeline: caosdb-cppinttest
#53987
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+4
-4
4 additions, 4 deletions
CMakeLists.txt
with
4 additions
and
4 deletions
CMakeLists.txt
+
4
−
4
View file @
3e6b74ce
...
...
@@ -169,7 +169,7 @@ if("${CMAKE_BUILD_TYPE}" MATCHES "Debug")
add_library
(
caosdb_grpc SHARED
${
GRPC_GENERATED
}
)
target_link_libraries
(
caosdb_grpc
gRPC::grpc protobuf::libprotobuf
${
Boost_LIBRARIES
}
gRPC::grpc
gRPC::grpc++
protobuf::libprotobuf
${
Boost_LIBRARIES
}
)
target_include_directories
(
caosdb_grpc PUBLIC
$<BUILD_INTERFACE:
${
PROJECT_INCLUDE_DIR
}
>
...
...
@@ -180,7 +180,7 @@ if("${CMAKE_BUILD_TYPE}" MATCHES "Debug")
add_library
(
caosdb SHARED
${
libcaosdb_INCL
}
${
libcaosdb_SRC
}
)
target_link_libraries
(
caosdb
caosdb_grpc gRPC::grpc protobuf::libprotobuf
${
Boost_LIBRARIES
}
caosdb_grpc gRPC::grpc
gRPC::grpc++
protobuf::libprotobuf
${
Boost_LIBRARIES
}
)
set
(
LIBCAOSDB caosdb caosdb_grpc
)
...
...
@@ -188,7 +188,7 @@ else()
add_library
(
caosdb
SHARED
${
libcaosdb_INCL
}
${
libcaosdb_SRC
}
${
GRPC_GENERATED
}
)
target_link_libraries
(
caosdb
gRPC::grpc protobuf::libprotobuf
${
Boost_LIBRARIES
}
gRPC::grpc
gRPC::grpc++
protobuf::libprotobuf
${
Boost_LIBRARIES
}
stdc++fs
)
set
(
LIBCAOSDB caosdb
)
...
...
@@ -209,7 +209,7 @@ target_include_directories(caosdb PUBLIC
# ----------
add_library
(
ccaosdb SHARED src/ccaosdb.cpp
)
target_link_libraries
(
ccaosdb
gRPC::grpc protobuf::libprotobuf
${
Boost_LIBRARIES
}
gRPC::grpc
gRPC::grpc++
protobuf::libprotobuf
${
Boost_LIBRARIES
}
${
LIBCAOSDB
}
stdc++fs
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment