]> git.scottworley.com Git - tattlekey/blobdiff - client/CMakeLists.txt
client: Less chatty with the LED
[tattlekey] / client / CMakeLists.txt
index aeeae37e067f3d5ddd49e3e04cfd72229a90a4f9..7714c1e43dedaf618e6066c4d15cecec4b60ad33 100644 (file)
@@ -9,7 +9,9 @@ pico_sdk_init()
 
 add_executable(tattlekey
   blink.c
+  button.c
   config.c
+  net.c
   tattlekey.c
   )