Skip to content
Snippets Groups Projects
Commit 02e3f28d authored by Mark Charlebois's avatar Mark Charlebois Committed by Lorenz Meier
Browse files

Added back support for SDK 2.0 as well as 3.0

parent 6ac0eabb
No related branches found
No related tags found
No related merge requests found
Subproject commit e099d1f31de5091e47e54b4215a1680815aa013d
Subproject commit f5722e906c85fe2311c37f0833dff3f7c2f6e5cc
......@@ -15,7 +15,7 @@ else()
set(HEXAGON_SDK_ROOT $ENV{HEXAGON_SDK_ROOT})
endif()
include_directories(${HEXAGON_SDK_ROOT}/libs/common/qurt/ADSPv5MP/include)
include_directories(${HEXAGON_8074_INCLUDES})
set(config_generate_parameters_scope ALL)
......
......@@ -30,8 +30,10 @@
# POSSIBILITY OF SUCH DAMAGE.
#
############################################################################
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/cmake_hexagon")
include(hexagon_sdk)
include_directories(${HEXAGON_SDK_ROOT}/libs/common/qurt/ADSPv5MP/include)
include_directories(${HEXAGON_8074_INCLUDES})
set(QURT_LAYER_SRCS
px4_qurt_impl.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment