Skip to content

Commit 205bd78

Browse files
committed
gh: core-as-lib: also compile cpp files in api folder
1 parent 3a06894 commit 205bd78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: cores/arduino/CMakeLists.txt

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ zephyr_sources(zephyrCommon.cpp)
99
zephyr_sources(USB.cpp)
1010
zephyr_sources(itoa.cpp)
1111

12+
zephyr_sources(api/CanMsg.cpp)
13+
zephyr_sources(api/CanMsgRingbuffer.cpp)
14+
zephyr_sources(api/Common.cpp)
15+
zephyr_sources(api/IPAddress.cpp)
16+
zephyr_sources(api/Print.cpp)
17+
zephyr_sources(api/Stream.cpp)
18+
zephyr_sources(api/String.cpp)
19+
1220
if(DEFINED CONFIG_ARDUINO_ENTRY)
1321
zephyr_sources(main.cpp)
1422
endif()

0 commit comments

Comments
 (0)