diff options
author | crupest <crupest@outlook.com> | 2020-12-03 20:51:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-03 20:51:53 +0800 |
commit | 93a8bf8b967817031cd2798cdaedfa73f867dead (patch) | |
tree | 0e1a2a72ad0e07c0f670a6feb87f211929788f0e /src/ui/CMakeLists.txt | |
parent | c6baeb6432a4db7433aab4fc8f89cc235473f11a (diff) | |
download | cru-93a8bf8b967817031cd2798cdaedfa73f867dead.tar.gz cru-93a8bf8b967817031cd2798cdaedfa73f867dead.tar.bz2 cru-93a8bf8b967817031cd2798cdaedfa73f867dead.zip |
...
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r-- | src/ui/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index e61ed7de..4964a1ae 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -37,6 +37,7 @@ add_library(cru_ui STATIC style/Condition.cpp style/Styler.cpp style/StyleRule.cpp + style/StyleRuleSet.cpp ) target_sources(cru_ui PUBLIC ${CRU_UI_INCLUDE_DIR}/Base.hpp @@ -79,5 +80,6 @@ target_sources(cru_ui PUBLIC ${CRU_UI_INCLUDE_DIR}/style/Condition.hpp ${CRU_UI_INCLUDE_DIR}/style/Styler.hpp ${CRU_UI_INCLUDE_DIR}/style/StyleRule.hpp + ${CRU_UI_INCLUDE_DIR}/style/StyleRuleSet.hpp ) target_link_libraries(cru_ui PUBLIC cru_platform_gui) |