core/elapsedtimer: add ElapsedTimer

This commit is contained in:
outfoxxed 2024-06-04 13:14:39 -07:00
parent 37fecfc990
commit be237b6ab5
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 69 additions and 0 deletions

View file

@ -27,6 +27,7 @@ qt_add_library(quickshell-core STATIC
transformwatcher.cpp
boundcomponent.cpp
model.cpp
elapsedtimer.cpp
)
set_source_files_properties(main.cpp PROPERTIES COMPILE_DEFINITIONS GIT_REVISION="${GIT_REVISION}")