]> git.scottworley.com Git - tattlekey/blobdiff - client/CMakeLists.txt
client: Build in a Debian VM
[tattlekey] / client / CMakeLists.txt
index d07ff630922f778bac7a55e7f16eb62339a5bdde..0685a47facead3e1a0d1fad0a9d646d92c10e15d 100644 (file)
@@ -11,6 +11,10 @@ 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)
+install(TARGETS tattlekey)
+install(FILES build/tattlekey.uf2 TYPE DATA)