mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
17 lines
305 B
CMake
17 lines
305 B
CMake
set(directories
|
|
./px4_simple_app
|
|
./fixedwing_control
|
|
./rover_steering_control
|
|
./px4_mavlink_debug
|
|
./px4_daemon_app
|
|
./flow_position_estimator
|
|
./matlab_csv_serial
|
|
./subscriber
|
|
./hwtest
|
|
./publisher
|
|
)
|
|
|
|
foreach(directory ${directories})
|
|
add_subdirectory(${directory} EXCLUDE_FROM_ALL)
|
|
endforeach()
|