X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/1e0a316ef9271ddd7e1422883a0a8db771b77a13..00ca9fa67636580409193bf7a9baf394113b4af8:/client/CMakeLists.txt diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index ae97200..50ae120 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -9,8 +9,10 @@ pico_sdk_init() add_executable(tattlekey blink.c + button.c config.c net.c + press.c tattlekey.c )