PX4-Autopilot/cmake/configs/qurt_excelsior_default.cmake
Julian Oes efd20373ff cmake: re-use the QURT build as well
Instead of calling the eagle cmake script from excelsior, use a shared
sdflight cmake file like in it is done for the POSIX build on
Snapdragon.
2016-05-05 09:12:46 +02:00

13 lines
361 B
CMake

# Excelsior is the code name of a board currently in development.
#
# This cmake config builds for QURT which is the operating system running on
# the DSP side.
# The config between different QURT builds is shared.
include(configs/qurt_sdflight_default)
# This definition allows to differentiate the specific board.
add_definitions(
-D__PX4_QURT_EXCELSIOR
)