Commit f4927eab authored by Tomaz Canabrava's avatar Tomaz Canabrava

Move the VideoManager also in CMake

parent 3f130f2c
......@@ -157,7 +157,6 @@ target_link_libraries(qgc
comm
FactSystem
FirmwarePlugin
FlightDisplay
FlightMap
FollowMe
Geo
......
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})
......@@ -13,6 +13,8 @@ add_library(VideoStreaming
VideoReceiver.h
VideoStreaming.cc
VideoStreaming.h
VideoManager.cc
VideoManager.h
)
target_link_libraries(VideoStreaming
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment