beaglebone blue: build librobotcontrol with cmake

This commit is contained in:
Daniel Agar
2019-12-29 16:59:42 -05:00
parent b3889e6187
commit cc7a0cd69d
14 changed files with 92 additions and 50 deletions

View File

@@ -295,6 +295,13 @@ include(px4_add_common_flags)
px4_add_common_flags()
px4_os_add_flags()
#=============================================================================
# board cmake init (optional)
#
if(EXISTS ${PX4_BOARD_DIR}/init.cmake)
include(${PX4_BOARD_DIR}/init.cmake)
endif()
#=============================================================================
# message, and airframe generation
#