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
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
f4927eab
...
@@ -157,7 +157,6 @@ target_link_libraries(qgc
...
@@ -157,7 +157,6 @@ target_link_libraries(qgc
comm
comm
FactSystem
FactSystem
FirmwarePlugin
FirmwarePlugin
FlightDisplay
FlightMap
FlightMap
FollowMe
FollowMe
Geo
Geo
...
...
src/FlightDisplay/CMakeLists.txt
View file @
f4927eab
add_library
(
FlightDisplay
VideoManager.cc
)
target_link_libraries
(
FlightDisplay
PRIVATE
qgc
)
add_custom_target
(
FligthDisplayQml
add_custom_target
(
FligthDisplayQml
SOURCES
SOURCES
FlightDisplayView.qml
FlightDisplayView.qml
...
@@ -28,5 +19,3 @@ SOURCES
...
@@ -28,5 +19,3 @@ SOURCES
PreFlightSoundCheck.qml
PreFlightSoundCheck.qml
VirtualJoystick.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
...
@@ -13,6 +13,8 @@ add_library(VideoStreaming
VideoReceiver.h
VideoReceiver.h
VideoStreaming.cc
VideoStreaming.cc
VideoStreaming.h
VideoStreaming.h
VideoManager.cc
VideoManager.h
)
)
target_link_libraries
(
VideoStreaming
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