summaryrefslogtreecommitdiff
path: root/fluid/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2025-03-08 00:14:09 +0100
committerMatthias Melcher <github@matthiasm.com>2025-03-08 00:14:27 +0100
commit15ad447e2a0301b2aa4ea350615ae71f0e5e5ef5 (patch)
tree706f8f9a6317f1074951e6174a4857ebafbca117 /fluid/CMakeLists.txt
parentca22660bbb7efe4b38ab5af6a233a1ef5ef33389 (diff)
Fluid: last incremental chage, restructuring
Diffstat (limited to 'fluid/CMakeLists.txt')
-rw-r--r--fluid/CMakeLists.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt
index e4977a8ce..40f6e3589 100644
--- a/fluid/CMakeLists.txt
+++ b/fluid/CMakeLists.txt
@@ -28,10 +28,12 @@ set(CPPFILES
app/fluid.cxx
app/Fluid_Image.cxx
app/mergeback.cxx
+ app/project.cxx
app/shell_command.cxx
app/undo.cxx
- io/code.cxx
- io/file.cxx
+ io/Code_Writer.cxx
+ io/Project_Writer.cxx
+ io/Project_Reader.cxx
nodes/factory.cxx
nodes/Fl_Button_Type.cxx
nodes/Fl_Function_Type.cxx
@@ -49,7 +51,7 @@ set(CPPFILES
panels/widget_panel.cxx
rsrcs/pixmaps.cxx
tools/autodoc.cxx
- tools/fluid_filename.cxx
+ tools/filename.cxx
widgets/Code_Editor.cxx
widgets/Code_Viewer.cxx
widgets/Text_Viewer.cxx
@@ -66,11 +68,13 @@ set(HEADERFILES
app/Fd_Snap_Action.h
app/fluid.h
app/Fluid_Image.h
+ app/project.h
app/mergeback.h
app/shell_command.h
app/undo.h
- io/code.h
- io/file.h
+ io/Code_Writer.h
+ io/Project_Writer.h
+ io/Project_Reader.h
nodes/factory.h
nodes/Fl_Button_Type.h
nodes/Fl_Function_Type.h
@@ -89,7 +93,7 @@ set(HEADERFILES
rsrcs/comments.h
rsrcs/pixmaps.h
tools/autodoc.h
- tools/fluid_filename.h
+ tools/filename.h
widgets/Code_Editor.h
widgets/Code_Viewer.h
widgets/Text_Viewer.h