diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cbc55d..fe8dc50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,10 +47,10 @@ add_executable(pico-watch buttons.hpp api.cpp api.hpp - apps/home_menu.cpp - apps/home_menu.hpp - apps/main_clock.cpp - apps/main_clock.hpp + apps/home_menu/main.cpp + apps/home_menu/main.hpp + apps/main_clock/main.cpp + apps/main_clock/main.hpp apps/settings/main.cpp apps/settings/main.hpp ) |