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.
This commit is contained in:
parent
abed693a44
commit
1728317544
|
@ -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
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user