Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmueb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
KSZK
Schönherz Mátrix
libmueb
Commits
445dc048
Commit
445dc048
authored
4 years ago
by
bodzsoaa
Browse files
Options
Downloads
Patches
Plain Diff
Create library for webchannel
parent
44208607
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
webchannel/CMakeLists.txt
+21
-2
21 additions, 2 deletions
webchannel/CMakeLists.txt
with
21 additions
and
2 deletions
webchannel/CMakeLists.txt
+
21
−
2
View file @
445dc048
...
...
@@ -8,9 +8,28 @@ add_executable(
main.cc
muebchannel.cc
)
add_library
(
muebwebchannel SHARED
shared/websockettransport.h
shared/websocketclientwrapper.h
muebchannel.h
shared/websockettransport.cpp
shared/websocketclientwrapper.cpp
main.cc
muebchannel.cc
)
find_package
(
Qt5
COMPONENTS WebChannel WebSockets Widgets
REQUIRED
)
target_link_libraries
(
libmueb-webchannel PRIVATE Qt5::Core Qt5::Gui Qt5::Widgets Qt5::WebChannel
Qt5::WebSockets muebtransmitter muebreceiver
)
target_link_libraries
(
libmueb-webchannel PRIVATE Qt5::Core Qt5::Gui Qt5::Widgets Qt5::WebChannel
Qt5::WebSockets mueb
)
target_link_libraries
(
muebwebchannel
Qt5::Core
Qt5::Gui
Qt5::Widgets
Qt5::WebChannel
Qt5::WebSockets
mueb
)
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