summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-10-18 20:29:58 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-10-18 20:29:58 +0000
commitca005c406787c5ccf5c0cf0bc5275ea7a6ed1ba7 (patch)
tree6fd57f91d74a0255ec28d5026074a1f0b8daf4f1 /fluid
parentbf910884ccd3b3fb0655799feee83adcbc35a3a9 (diff)
Documentation updates (STR #568)
More CMake updates (STR #499) The Watcom C++ compiler needed a small change (STR #567) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3869 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/CMakeLists.txt50
1 files changed, 25 insertions, 25 deletions
diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt
index b63cf569a..dba571be0 100644
--- a/fluid/CMakeLists.txt
+++ b/fluid/CMakeLists.txt
@@ -1,25 +1,25 @@
-SET(CPPFILES
- Fl_Function_Type.cxx
- Fl_Menu_Type.cxx
- Fl_Group_Type.cxx
- Fl_Widget_Type.cxx
- Fl_Type.cxx
- Fl_Window_Type.cxx
- Fluid_Image.cxx
- code.cxx
- factory.cxx
- file.cxx
- fluid.cxx
- align_widget.cxx
- about_panel.cxx
- widget_panel.cxx
- alignment_panel.cxx
- function_panel.cxx
-)
-
-
-ADD_EXECUTABLE(fluid ${CPPFILES})
-TARGET_LINK_LIBRARIES(fluid fltk fltk_images fltk_forms ${FLTK_PLATFORM_DEPENDENT_LIBS})
-IF(OPENGL_FOUND)
- TARGET_LINK_LIBRARIES(fluid fltk_gl)
-ENDIF(OPENGL_FOUND)
+SET(CPPFILES
+ Fl_Function_Type.cxx
+ Fl_Menu_Type.cxx
+ Fl_Group_Type.cxx
+ Fl_Widget_Type.cxx
+ Fl_Type.cxx
+ Fl_Window_Type.cxx
+ Fluid_Image.cxx
+ code.cxx
+ factory.cxx
+ file.cxx
+ fluid.cxx
+ align_widget.cxx
+ about_panel.cxx
+ widget_panel.cxx
+ alignment_panel.cxx
+ function_panel.cxx
+)
+
+
+ADD_EXECUTABLE(fluid ${CPPFILES})
+TARGET_LINK_LIBRARIES(fluid fltk fltk_images fltk_forms ${FLTK_PLATFORM_DEPENDENT_LIBS})
+IF(OPENGL_FOUND)
+ TARGET_LINK_LIBRARIES(fluid fltk_gl)
+ENDIF(OPENGL_FOUND)