diff options
author | crupest <crupest@outlook.com> | 2022-02-10 23:40:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-10 23:40:40 +0800 |
commit | 85746e9f053432bdcfb99b21997efa040eac1bc3 (patch) | |
tree | 43027747ca42247207683a2797ae68b961a538fb /src/theme_builder/CMakeLists.txt | |
parent | 382d42802221941e24e672743d03e7adcb544f94 (diff) | |
download | cru-85746e9f053432bdcfb99b21997efa040eac1bc3.tar.gz cru-85746e9f053432bdcfb99b21997efa040eac1bc3.tar.bz2 cru-85746e9f053432bdcfb99b21997efa040eac1bc3.zip |
...
Diffstat (limited to 'src/theme_builder/CMakeLists.txt')
-rw-r--r-- | src/theme_builder/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theme_builder/CMakeLists.txt b/src/theme_builder/CMakeLists.txt index 64e52b07..8e1dc244 100644 --- a/src/theme_builder/CMakeLists.txt +++ b/src/theme_builder/CMakeLists.txt @@ -1,9 +1,9 @@ add_executable(cru_theme_builder main.cpp - components/ConditionEditor.cpp components/MainWindow.cpp components/StyleRuleEditor.cpp components/StyleRuleSetEditor.cpp + components/conditions/ConditionEditor.cpp ) if(APPLE) |