diff options
author | crupest <crupest@outlook.com> | 2022-05-15 13:35:50 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-15 13:35:50 +0800 |
commit | 2145308fff868b3b0c234d242db4c47ff9607fa3 (patch) | |
tree | 4dbe08dcdc9f15b81588e563981323e898dd2a9f /src/ui/CMakeLists.txt | |
parent | 4cdfef9bb8a25891fd8283efd0ce18c69435aff0 (diff) | |
download | cru-2145308fff868b3b0c234d242db4c47ff9607fa3.tar.gz cru-2145308fff868b3b0c234d242db4c47ff9607fa3.tar.bz2 cru-2145308fff868b3b0c234d242db4c47ff9607fa3.zip |
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r-- | src/ui/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 66b473d2..b3e57dd7 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -1,4 +1,4 @@ -add_library(cru_ui SHARED +add_library(CruUi SHARED DeleteLater.cpp Helper.cpp ThemeManager.cpp @@ -75,5 +75,5 @@ add_library(cru_ui SHARED style/StyleRule.cpp style/StyleRuleSet.cpp ) -target_compile_definitions(cru_ui PRIVATE CRU_UI_EXPORT_API) -target_link_libraries(cru_ui PUBLIC cru_platform_gui cru_xml) +target_compile_definitions(CruUi PRIVATE CRU_UI_EXPORT_API) +target_link_libraries(CruUi PUBLIC CruPlatformGui CruXml) |