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 ...@@ -157,7 +157,6 @@ target_link_libraries(qgc
comm comm
FactSystem FactSystem
FirmwarePlugin FirmwarePlugin
FlightDisplay
FlightMap FlightMap
FollowMe FollowMe
Geo Geo
......
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})
...@@ -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
......
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