diff options
author | crupest <crupest@outlook.com> | 2022-01-29 23:18:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-29 23:18:18 +0800 |
commit | a6dd823a94f0e6338545a4885e9d428e83a56593 (patch) | |
tree | f3f0359971e5419201e4883d2de0588bcd310063 /src/theme_builder/CMakeLists.txt | |
parent | 43fe5dfe001f25870788742333d141f406b07364 (diff) | |
download | cru-a6dd823a94f0e6338545a4885e9d428e83a56593.tar.gz cru-a6dd823a94f0e6338545a4885e9d428e83a56593.tar.bz2 cru-a6dd823a94f0e6338545a4885e9d428e83a56593.zip |
...
Diffstat (limited to 'src/theme_builder/CMakeLists.txt')
-rw-r--r-- | src/theme_builder/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theme_builder/CMakeLists.txt b/src/theme_builder/CMakeLists.txt index e6ef1873..0ec34e39 100644 --- a/src/theme_builder/CMakeLists.txt +++ b/src/theme_builder/CMakeLists.txt @@ -1,6 +1,7 @@ add_executable(cru_theme_builder main.cpp components/MainWindow.cpp + components/StyleRuleSetEditor.cpp ) if(APPLE) |