mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
16 lines
247 B
CMake
16 lines
247 B
CMake
include(posix/px4_impl_posix)
|
|
|
|
set(CMAKE_TOOLCHAIN_FILE cmake/toolchains/Toolchain-arm-linux-gnueabihf.cmake)
|
|
|
|
set(config_module_list
|
|
drivers/device
|
|
|
|
modules/uORB
|
|
|
|
platforms/posix/px4_layer
|
|
platforms/posix/work_queue
|
|
|
|
modules/muorb/krait
|
|
)
|
|
|