mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 13:15:08 +08:00
cmake configs: add lib/version to remaining configurations
This commit is contained in:
@@ -66,6 +66,7 @@ set(config_module_list
|
|||||||
modules/param
|
modules/param
|
||||||
modules/systemlib
|
modules/systemlib
|
||||||
modules/uORB
|
modules/uORB
|
||||||
|
lib/version
|
||||||
|
|
||||||
#
|
#
|
||||||
# Libraries
|
# Libraries
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ set(config_module_list
|
|||||||
modules/param
|
modules/param
|
||||||
modules/systemlib
|
modules/systemlib
|
||||||
modules/uORB
|
modules/uORB
|
||||||
|
lib/version
|
||||||
|
|
||||||
#
|
#
|
||||||
# Libraries
|
# Libraries
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ set(config_module_list
|
|||||||
#
|
#
|
||||||
modules/param
|
modules/param
|
||||||
modules/systemlib
|
modules/systemlib
|
||||||
|
lib/version
|
||||||
|
|
||||||
#
|
#
|
||||||
# Libraries
|
# Libraries
|
||||||
|
|||||||
@@ -149,6 +149,7 @@ set(config_module_list
|
|||||||
lib/terrain_estimation
|
lib/terrain_estimation
|
||||||
lib/runway_takeoff
|
lib/runway_takeoff
|
||||||
lib/tailsitter_recovery
|
lib/tailsitter_recovery
|
||||||
|
lib/version
|
||||||
lib/DriverFramework/framework
|
lib/DriverFramework/framework
|
||||||
platforms/nuttx
|
platforms/nuttx
|
||||||
|
|
||||||
|
|||||||
@@ -133,6 +133,7 @@ set(config_module_list
|
|||||||
lib/terrain_estimation
|
lib/terrain_estimation
|
||||||
lib/runway_takeoff
|
lib/runway_takeoff
|
||||||
lib/tailsitter_recovery
|
lib/tailsitter_recovery
|
||||||
|
lib/version
|
||||||
lib/DriverFramework/framework
|
lib/DriverFramework/framework
|
||||||
platforms/nuttx
|
platforms/nuttx
|
||||||
|
|
||||||
@@ -199,4 +200,4 @@ set_target_properties(serdis PROPERTIES
|
|||||||
PRIORITY "SCHED_PRIORITY_DEFAULT"
|
PRIORITY "SCHED_PRIORITY_DEFAULT"
|
||||||
MAIN "serdis"
|
MAIN "serdis"
|
||||||
STACK_MAIN "2048"
|
STACK_MAIN "2048"
|
||||||
COMPILE_FLAGS "-Os")
|
COMPILE_FLAGS "-Os")
|
||||||
|
|||||||
@@ -132,6 +132,7 @@ set(config_module_list
|
|||||||
lib/terrain_estimation
|
lib/terrain_estimation
|
||||||
lib/runway_takeoff
|
lib/runway_takeoff
|
||||||
lib/tailsitter_recovery
|
lib/tailsitter_recovery
|
||||||
|
lib/version
|
||||||
lib/DriverFramework/framework
|
lib/DriverFramework/framework
|
||||||
platforms/nuttx
|
platforms/nuttx
|
||||||
|
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ set(config_module_list
|
|||||||
#
|
#
|
||||||
modules/param
|
modules/param
|
||||||
modules/systemlib
|
modules/systemlib
|
||||||
|
lib/version
|
||||||
|
|
||||||
#
|
#
|
||||||
# Libraries
|
# Libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user