uavcan manually add src/include to include path

This commit is contained in:
Daniel Agar
2015-10-13 01:18:33 -04:00
parent a45fe63430
commit cc3695d0b7
+1 -1
View File
@@ -53,7 +53,7 @@ set(uavcan_definitions
-DUAVCAN_STM32_${OS_UPPER}=1
-DUAVCAN_CPP_VERSION=UAVCAN_CPP03
)
set(uavcan_extra_flags ${uavcan_definitions})
set(uavcan_extra_flags ${uavcan_definitions} -I${CMAKE_SOURCE_DIR}/src/include)
if (${OS} STREQUAL "nuttx")
set(uavcan_platform stm32)