diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-12-15 15:41:19 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-12-15 15:41:19 (GMT) |
commit | d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72 (patch) | |
tree | 4411afc189c59d4564de0d061578334364d17741 /Modules/FindFLTK.cmake | |
parent | 4b0fd57bef650dd027460f9ed50fb2687f214645 (diff) | |
download | CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.zip CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.gz CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.bz2 |
ENH: some style fixes for the book
Diffstat (limited to 'Modules/FindFLTK.cmake')
-rw-r--r-- | Modules/FindFLTK.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Modules/FindFLTK.cmake b/Modules/FindFLTK.cmake index df93e57..d16cf73 100644 --- a/Modules/FindFLTK.cmake +++ b/Modules/FindFLTK.cmake @@ -1,15 +1,15 @@ # - Find the native FLTK includes and library # The following settings are defined # FLTK_FLUID_EXECUTABLE, where to find the Fluid tool -# FLTK_WRAP_UI, This allows the FLTK_WRAP_UI command to work. +# FLTK_WRAP_UI, This enables the FLTK_WRAP_UI command # FLTK_INCLUDE_DIR, where to find include files # FLTK_LIBRARIES, list of fltk libraries # FLTK_FOUND, Don't use FLTK if false. # The following settings should not be used in general. -# FLTK_BASE_LIBRARY = the full path to fltk.lib -# FLTK_GL_LIBRARY = the full path to fltk_gl.lib -# FLTK_FORMS_LIBRARY = the full path to fltk_forms.lib -# FLTK_IMAGES_LIBRARY = the full path to fltk_images.lib +# FLTK_BASE_LIBRARY = the full path to fltk.lib +# FLTK_GL_LIBRARY = the full path to fltk_gl.lib +# FLTK_FORMS_LIBRARY = the full path to fltk_forms.lib +# FLTK_IMAGES_LIBRARY = the full path to fltk_images.lib # Platform dependent libraries required by FLTK IF(WIN32) |