cmake: add SystemMonitor.cpp

https://github.com/InfiniTimeOrg/InfiniTime/pull/967 splits
SystemMonitor.h into a h and cpp file. Add the cpp file to the infinisim
target.
main
Reinhold Gschweicher 2022-02-20 15:51:54 +07:00
parent abed693a44
commit 1728317544
1 changed files with 2 additions and 0 deletions

@ -183,6 +183,8 @@ target_sources(infinisim PUBLIC
${InfiniTime_DIR}/src/touchhandler/TouchHandler.cpp
${InfiniTime_DIR}/src/systemtask/SystemTask.h
${InfiniTime_DIR}/src/systemtask/SystemTask.cpp
${InfiniTime_DIR}/src/systemtask/SystemMonitor.h
${InfiniTime_DIR}/src/systemtask/SystemMonitor.cpp
)