diff options
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fb34595b..d2ba5e25 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -33,8 +33,9 @@ list(APPEND SOURCE_FILES DisplayApp/DisplayApp.cpp DisplayApp/lcdfont.c main.cpp - drivers/st7789.cpp - drivers/spi_master_fast.cpp + drivers/St7789.cpp + drivers/SpiMaster.cpp + Components/Gfx/Gfx.cpp ) set(INCLUDE_FILES @@ -43,8 +44,9 @@ set(INCLUDE_FILES BlinkApp/BlinkApp.h DisplayApp/DisplayApp.h DisplayApp/lcdfont.h - drivers/st7789.h - drivers/spi_master_fast.h + drivers/St7789.h + drivers/SpiMaster.h + Components/Gfx/Gfx.h ) nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}")
\ No newline at end of file |
