diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b9aa59..758ac2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,15 +28,15 @@ target_link_libraries(Oled pico_stdlib hardware_i2c) # Main code add_executable(pico-watch - pico-watch.c - init.c - init.h - buttons.c - buttons.h - apps/home_menu.c - apps/home_menu.h - apps/main_clock.c - apps/main_clock.h + pico-watch.cpp + init.cpp + init.hpp + buttons.cpp + buttons.hpp + apps/home_menu.cpp + apps/home_menu.hpp + apps/main_clock.cpp + apps/main_clock.hpp ) pico_set_program_name(pico-watch "pico-watch") |