Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
f4927eab
Commit
f4927eab
authored
Feb 19, 2020
by
Tomaz Canabrava
Browse files
Move the VideoManager also in CMake
parent
3f130f2c
Changes
3
Show whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
f4927eab
...
...
@@ -157,7 +157,6 @@ target_link_libraries(qgc
comm
FactSystem
FirmwarePlugin
FlightDisplay
FlightMap
FollowMe
Geo
...
...
src/FlightDisplay/CMakeLists.txt
View file @
f4927eab
add_library
(
FlightDisplay
VideoManager.cc
)
target_link_libraries
(
FlightDisplay
PRIVATE
qgc
)
add_custom_target
(
FligthDisplayQml
SOURCES
FlightDisplayView.qml
...
...
@@ -28,5 +19,3 @@ SOURCES
PreFlightSoundCheck.qml
VirtualJoystick.qml
)
target_include_directories
(
FlightDisplay PUBLIC
${
CMAKE_CURRENT_SOURCE_DIR
}
)
src/VideoStreaming/CMakeLists.txt
View file @
f4927eab
...
...
@@ -13,6 +13,8 @@ add_library(VideoStreaming
VideoReceiver.h
VideoStreaming.cc
VideoStreaming.h
VideoManager.cc
VideoManager.h
)
target_link_libraries
(
VideoStreaming
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment