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