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