diff options
| author | JF <jf@codingfield.com> | 2020-08-22 14:34:46 (GMT) |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2020-08-22 14:34:46 (GMT) |
| commit | 3011dec66bb6b980e19d435c35bbb385ee200b88 (patch) | |
| tree | 89be9d38577becd3670b679f4a478f09b56d36b8 /src/CMakeLists.txt | |
| parent | 3310401b3b20ed6d36de21e09001d2da9d5bce21 (diff) | |
| parent | a664dec07f894c88105c356816b49cac244ad319 (diff) | |
Merge branch 'paint' of JF/PineTime into develop
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index dbd919b..8ccd82b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -329,6 +329,7 @@ list(APPEND SOURCE_FILES DisplayApp/Screens/Tile.cpp DisplayApp/Screens/Meter.cpp DisplayApp/Screens/Gauge.cpp + DisplayApp/Screens/InfiniPaint.cpp DisplayApp/Screens/DropDownDemo.cpp DisplayApp/Screens/Modal.cpp DisplayApp/Screens/BatteryIcon.cpp @@ -403,6 +404,7 @@ set(INCLUDE_FILES DisplayApp/Screens/Tile.h DisplayApp/Screens/Meter.h DisplayApp/Screens/Gauge.h + DisplayApp/Screens/InfiniPaint.h DisplayApp/Screens/DropDownDemo.h DisplayApp/Screens/Modal.h DisplayApp/Screens/BatteryIcon.h |
