]> git.scottworley.com Git - tattlekey/blobdiff - client/CMakeLists.txt
client: Switch to pico_w blink example
[tattlekey] / client / CMakeLists.txt
index d07ff630922f778bac7a55e7f16eb62339a5bdde..84361f433f6c6a8858701af21c0011d935c4128d 100644 (file)
@@ -11,6 +11,9 @@ add_executable(tattlekey tattlekey.c)
 
 pico_add_extra_outputs(tattlekey)
 
-target_link_libraries(tattlekey pico_stdlib)
+target_link_libraries(tattlekey
+  pico_stdlib
+  pico_cyw43_arch_none
+  )
 
 install(TARGETS tattlekey RUNTIME LIBRARY ARCHIVE)