]> git.scottworley.com Git - tattlekey/blobdiff - client/CMakeLists.txt
client: Install the .uf2
[tattlekey] / client / CMakeLists.txt
index 84361f433f6c6a8858701af21c0011d935c4128d..0685a47facead3e1a0d1fad0a9d646d92c10e15d 100644 (file)
@@ -16,4 +16,5 @@ target_link_libraries(tattlekey
   pico_cyw43_arch_none
   )
 
-install(TARGETS tattlekey RUNTIME LIBRARY ARCHIVE)
+install(TARGETS tattlekey)
+install(FILES build/tattlekey.uf2 TYPE DATA)