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 52f571c commit 15231ffCopy full SHA for 15231ff
CMakeLists.txt
@@ -1,3 +1,4 @@
1
+if(TINYCBOR)
2
zephyr_interface_library_named(TINYCBOR)
3
4
target_include_directories(TINYCBOR INTERFACE src)
@@ -16,3 +17,4 @@ zephyr_library_sources_ifdef(CONFIG_CBOR_PRETTY_PRINTING src/cborpretty.c)
16
17
18
zephyr_library_link_libraries(TINYCBOR)
19
target_link_libraries(TINYCBOR INTERFACE zephyr_interface)
20
+endif()
0 commit comments