diff options
| author | JF <jf@codingfield.com> | 2020-07-20 19:26:32 (GMT) |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2020-07-20 19:26:32 (GMT) |
| commit | 800e217e7c79c34f9392f4a70280bfc7bd159563 (patch) | |
| tree | 77ea3c1c638321545c5d5f036134045ae112c6b3 /src/CMakeLists.txt | |
| parent | 42d8a18fe74b060a84ea74b29aefca69f9471d5f (diff) | |
| parent | 6af5bbcbc87eecccf7613785a3c9540c07d2fd3b (diff) | |
Merge branch 'debug_touchscreen' 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 ff2e181..e60c2cf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -371,6 +371,7 @@ list(APPEND SOURCE_FILES DisplayApp/Fonts/jetbrains_mono_bold_20.c SystemTask/SystemTask.cpp + drivers/TwiMaster.cpp ) list(APPEND GRAPHICS_SOURCE_FILES @@ -444,6 +445,7 @@ set(INCLUDE_FILES SystemTask/SystemTask.h SystemTask/SystemMonitor.h DisplayApp/Screens/Symbols.h + drivers/TwiMaster.h ) include_directories( |
