Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asyncmsg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Jonas Till Roemer
asyncmsg
Commits
3500fda3
Commit
3500fda3
authored
4 weeks ago
by
Jonas Roemer
Browse files
Options
Downloads
Patches
Plain Diff
Rename asynchmsg library
* Avoid conflicts to asyncmsg in TDAQ
parent
7de295b8
No related branches found
No related tags found
No related merge requests found
Pipeline
#12287939
passed
4 weeks ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
standalone/standalone.cmake
+9
-6
9 additions, 6 deletions
standalone/standalone.cmake
with
9 additions
and
6 deletions
standalone/standalone.cmake
+
9
−
6
View file @
3500fda3
...
...
@@ -4,21 +4,24 @@ find_package(Boost REQUIRED COMPONENTS system)
message
(
NOTICE
"Standalone asyncmsg build does not support name service"
)
add_library
(
asyncmsg
add_library
(
asyncmsg
-felix
src/Error.cxx
src/Server.cxx
src/Session.cxx
src/UDPSession.cxx
src/Interface.cxx
)
target_link_libraries
(
asyncmsg PRIVATE Boost::system
)
target_include_directories
(
asyncmsg PUBLIC
target_link_libraries
(
asyncmsg
-felix
PRIVATE Boost::system
)
target_include_directories
(
asyncmsg
-felix
PUBLIC
$<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
>
)
target_include_directories
(
asyncmsg INTERFACE
target_include_directories
(
asyncmsg-felix SYSTEM INTERFACE
$<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
>
)
target_include_directories
(
asyncmsg-felix INTERFACE
$<INSTALL_INTERFACE:include>
)
target_sources
(
asyncmsg
target_sources
(
asyncmsg
-felix
PUBLIC
FILE_SET public_headers
TYPE HEADERS
...
...
@@ -32,7 +35,7 @@ target_sources(asyncmsg
asyncmsg/detail/Header.h
)
install
(
TARGETS asyncmsg
install
(
TARGETS asyncmsg
-felix
EXPORT asyncmsgTargets
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
...
...
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