X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/e2173399236a55d37e243f666f4052605517699c..661f51ad9c5a206f6d06b670c969d4cbd9c7b898:/client/CMakeLists.txt diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 84361f4..0685a47 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -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)