diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-26 23:31:12 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-26 23:31:29 +0200 |
| commit | 0b408792c083eb64a5ca737bdbcb30b1d64042e9 (patch) | |
| tree | 51b791729ea8be5bb741088cba12c24a9c4034c5 /fluid/CMakeLists.txt | |
| parent | 8663b867497de6d370b9c8376c4bdfc909744663 (diff) | |
FLUID: Refactors MergeBack
* moved functionality into its own files
* refactored all methods to be less than a page
* documented all calls
* tested all situations I could think of
Diffstat (limited to 'fluid/CMakeLists.txt')
| -rw-r--r-- | fluid/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt index c28b2780f..9fc01bebe 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -38,6 +38,7 @@ set (CPPFILES file.cxx fluid_filename.cxx function_panel.cxx + mergeback.cxx pixmaps.cxx shell_command.cxx sourceview_panel.cxx @@ -71,6 +72,7 @@ set (HEADERFILES factory.h file.h function_panel.h + mergeback.h print_panel.h pixmaps.h shell_command.h |
