We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb8555 commit 40daca9Copy full SHA for 40daca9
zephyr/CMakeLists.txt
@@ -1,7 +1,6 @@
1
if(CONFIG_TINYCBOR)
2
-zephyr_interface_library_named(TINYCBOR)
3
4
-target_include_directories(TINYCBOR INTERFACE ../include)
+zephyr_include_directories(../include)
5
6
zephyr_library()
7
zephyr_library_sources(
@@ -17,6 +16,4 @@ zephyr_library_sources_ifdef(
17
16
zephyr_library_sources_ifdef(
18
CONFIG_CBOR_PRETTY_PRINTING ../src/cborpretty.c)
19
20
-zephyr_library_link_libraries(TINYCBOR)
21
-target_link_libraries(TINYCBOR INTERFACE zephyr_interface)
22
endif()
0 commit comments