forked from Archive/PX4-Autopilot
10 lines
331 B
CMake
10 lines
331 B
CMake
# Excelsior is the code name of a board currently in development.
|
|
#
|
|
# This cmake config builds for POSIX, so the part of the flight stack running
|
|
# on the Linux side of the Snapdragon.
|
|
include(configs/posix_sdflight_default)
|
|
|
|
# This definition allows to differentiate the specific board.
|
|
add_definitions(
|
|
-D__PX4_POSIX_EXCELSIOR
|
|
) |