Skip to content

Commit 87dcacb

Browse files
authored
Fix: provide include path to where the API folder is stored. (#188)
Running the Arduino_CAN unit tests fails otherwise.
1 parent 42b064f commit 87dcacb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: libraries/Arduino_CAN/extras/test/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ cmake_minimum_required(VERSION 2.8)
44
project(can-test)
55
##########################################################################
66
include_directories(../../src)
7+
include_directories(../../../../cores/arduino)
78
include_directories(external/catch2/v2.13.10/include)
89
##########################################################################
910
set(CMAKE_CXX_STANDARD 17)

0 commit comments

Comments
 (0)