diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-02-06 00:17:50 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-02-06 00:17:50 +0000 |
| commit | 1f2456132e1c3a75473dfea30d26c6cff8d8257c (patch) | |
| tree | 31614e92e8acde6828ba20c1663bff743242b850 /fluid | |
| parent | 2bbf66c7a4893b85fda7331051a945ff90d3585e (diff) | |
Cmake updates (STR #645)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4026 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -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 dba571be0..9fc596842 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -23,3 +23,5 @@ TARGET_LINK_LIBRARIES(fluid fltk fltk_images fltk_forms ${FLTK_PLATFORM_DEPENDEN IF(OPENGL_FOUND) TARGET_LINK_LIBRARIES(fluid fltk_gl) ENDIF(OPENGL_FOUND) + +INSTALL_TARGETS(/bin fluid) |
