]> git.scottworley.com Git - tattlekey/blobdiff - client/CMakeLists.txt
client: Move config to config.c
[tattlekey] / client / CMakeLists.txt
index 99293f5ac24c8ebd91defe5e997283ffc6a23810..aeeae37e067f3d5ddd49e3e04cfd72229a90a4f9 100644 (file)
@@ -9,6 +9,7 @@ pico_sdk_init()
 
 add_executable(tattlekey
   blink.c
+  config.c
   tattlekey.c
   )