diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-05-13 03:05:08 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-05-13 03:05:08 +0000 |
| commit | 5ca7674da3692509b0ee79aaee78d51b3a7d3c61 (patch) | |
| tree | 51ba816ed9974c528ccda4bf28c6c14b3e38a0ef /fluid | |
| parent | fa986f559dfa1374953925905dfd985ac1d3ebc7 (diff) | |
Updates to cmake project files (STR #813)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4345 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/CMakeLists.txt | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt index 9fc596842..c6f0e1a3e 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -1,20 +1,23 @@ SET(CPPFILES + CodeEditor.cxx Fl_Function_Type.cxx - Fl_Menu_Type.cxx Fl_Group_Type.cxx - Fl_Widget_Type.cxx + Fl_Menu_Type.cxx Fl_Type.cxx + Fl_Widget_Type.cxx Fl_Window_Type.cxx Fluid_Image.cxx + about_panel.cxx + align_widget.cxx + alignment_panel.cxx code.cxx factory.cxx file.cxx - fluid.cxx - align_widget.cxx - about_panel.cxx - widget_panel.cxx - alignment_panel.cxx + fluid.cxx function_panel.cxx + template_panel.cxx + undo.cxx + widget_panel.cxx ) |
