We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695f9ac commit d34e688Copy full SHA for d34e688
1 file changed
tests/system/zephyr/input_output/CMakeLists.txt
@@ -22,6 +22,9 @@ add_library(Unity STATIC
22
../../../../tests/Unity/src/unity.c
23
)
24
25
+target_link_libraries(Unity PUBLIC zephyr_interface)
26
+
27
28
target_include_directories(Unity PUBLIC
29
../../../../tests/Unity/src
30
0 commit comments