Skip to content

Commit 4105084

Browse files
committed
cmake: add SystemMonitor.cpp
InfiniTimeOrg/InfiniTime#976 splits SystemMonitor.h into a h and cpp file. Add the cpp file to the infinisim target.
1 parent 2b8b4ed commit 4105084

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ target_sources(infinisim PUBLIC
183183
${InfiniTime_DIR}/src/touchhandler/TouchHandler.cpp
184184
${InfiniTime_DIR}/src/systemtask/SystemTask.h
185185
${InfiniTime_DIR}/src/systemtask/SystemTask.cpp
186+
${InfiniTime_DIR}/src/systemtask/SystemMonitor.h
187+
${InfiniTime_DIR}/src/systemtask/SystemMonitor.cpp
186188
)
187189

188190

0 commit comments

Comments
 (0)