core/clock: add SystemClock

This commit is contained in:
outfoxxed 2024-07-30 23:24:54 -07:00
parent ba1e535f9c
commit 76744c903a
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 133 additions and 0 deletions

View file

@ -36,6 +36,7 @@ qt_add_library(quickshell-core STATIC
popupanchor.cpp
types.cpp
qsmenuanchor.cpp
clock.cpp
)
set_source_files_properties(main.cpp PROPERTIES COMPILE_DEFINITIONS GIT_REVISION="${GIT_REVISION}")