Browse Source

ENH: FLTK 1.1.1 under Windows links now with the comctl32 library.

Luis Ibanez 23 years ago
parent
commit
01efac63e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindFLTK.cmake

+ 1 - 1
Modules/FindFLTK.cmake

@@ -35,7 +35,7 @@ FIND_PATH(FLTK_INCLUDE_DIR FL/Fl.h
 # Platform dependent libraries required by FLTK
 # Platform dependent libraries required by FLTK
 
 
 IF(WIN32)
 IF(WIN32)
-  SET( FLTK_PLATFORM_DEPENDENT_LIBS wsock32 )
+  SET( FLTK_PLATFORM_DEPENDENT_LIBS wsock32 comctl32 )
 ENDIF(WIN32)
 ENDIF(WIN32)
 
 
 IF(UNIX)
 IF(UNIX)