mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
FlightTasks: add library to cmake configurations
all the ones with mc_pos_control need the library, we should use cmake dependencies!
This commit is contained in:
@@ -119,6 +119,7 @@ set(config_module_list
|
||||
lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -86,4 +86,5 @@ set(config_module_list
|
||||
lib/mixer
|
||||
lib/rc
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
)
|
||||
|
||||
@@ -131,6 +131,7 @@ set(config_module_list
|
||||
lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -88,6 +88,7 @@ set(config_module_list
|
||||
lib/rc
|
||||
lib/terrain_estimation
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -136,6 +136,7 @@ set(config_module_list
|
||||
lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -140,6 +140,7 @@ set(config_module_list
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/DriverFramework/framework
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -112,6 +112,7 @@ set(config_module_list
|
||||
lib/rc
|
||||
lib/terrain_estimation
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -159,6 +159,7 @@ set(config_module_list
|
||||
#lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -131,6 +131,7 @@ set(config_module_list
|
||||
lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -148,6 +148,7 @@ set(config_module_list
|
||||
lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -136,6 +136,7 @@ set(config_module_list
|
||||
lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -139,6 +139,7 @@ set(config_module_list
|
||||
lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -141,6 +141,7 @@ set(config_module_list
|
||||
lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -119,6 +119,7 @@ set(config_module_list
|
||||
lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -96,4 +96,5 @@ set(config_module_list
|
||||
lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
)
|
||||
|
||||
@@ -80,6 +80,7 @@ set(config_module_list
|
||||
lib/mixer
|
||||
lib/terrain_estimation
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
)
|
||||
|
||||
set(config_df_driver_list
|
||||
|
||||
@@ -90,6 +90,7 @@ set(config_module_list
|
||||
lib/rc
|
||||
lib/terrain_estimation
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
examples/px4_simple_app
|
||||
)
|
||||
|
||||
@@ -89,6 +89,7 @@ set(config_module_list
|
||||
lib/rc
|
||||
lib/terrain_estimation
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
examples/px4_simple_app
|
||||
)
|
||||
|
||||
@@ -105,6 +105,7 @@ set(config_module_list
|
||||
lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
)
|
||||
|
||||
#
|
||||
|
||||
@@ -79,4 +79,5 @@ set(config_module_list
|
||||
lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
)
|
||||
|
||||
@@ -130,6 +130,7 @@ set(config_module_list
|
||||
lib/terrain_estimation
|
||||
lib/tunes
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# OBC challenge
|
||||
|
||||
@@ -92,6 +92,7 @@ set(config_module_list
|
||||
lib/rc
|
||||
lib/terrain_estimation
|
||||
lib/version
|
||||
lib/FlightTasks
|
||||
|
||||
#
|
||||
# sources for muorb over fastrpc
|
||||
|
||||
Reference in New Issue
Block a user