You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
429 B
21 lines
429 B
include(posix/px4_impl_posix) |
|
|
|
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/toolchains/Toolchain-arm-linux-gnueabihf.cmake) |
|
|
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/cmake_hexagon") |
|
|
|
set(config_generate_parameters_scope ALL) |
|
|
|
set(config_module_list |
|
drivers/device |
|
|
|
modules/uORB |
|
|
|
lib/DriverFramework/framework |
|
|
|
platforms/posix/px4_layer |
|
platforms/posix/work_queue |
|
|
|
modules/muorb/krait |
|
) |
|
|
|
|