diff options
author | crupest <crupest@outlook.com> | 2022-02-23 21:28:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-23 21:28:53 +0800 |
commit | 603f46e195823530bafda97f0dda1a332cc39dc8 (patch) | |
tree | 3378c68e09a4225b172b182a805b0a906233ee83 /src/ui/CMakeLists.txt | |
parent | 81b3bfede96dd606597f609985c68994ec0e9ad4 (diff) | |
download | cru-603f46e195823530bafda97f0dda1a332cc39dc8.tar.gz cru-603f46e195823530bafda97f0dda1a332cc39dc8.tar.bz2 cru-603f46e195823530bafda97f0dda1a332cc39dc8.zip |
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r-- | src/ui/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 56205db0..91128862 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -1,6 +1,7 @@ add_library(cru_ui SHARED Helper.cpp ThemeManager.cpp + ThemeResourceDictionary.cpp components/Component.cpp components/Menu.cpp components/PopupButton.cpp |