Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
f4927eab
Commit
f4927eab
authored
Feb 19, 2020
by
Tomaz Canabrava
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the VideoManager also in CMake
parent
3f130f2c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
12 deletions
+2
-12
CMakeLists.txt
src/CMakeLists.txt
+0
-1
CMakeLists.txt
src/FlightDisplay/CMakeLists.txt
+0
-11
CMakeLists.txt
src/VideoStreaming/CMakeLists.txt
+2
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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