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

This commit is contained in:
Luis Ibanez 2002-11-28 23:45:27 -05:00
parent f778ae3fed
commit 01efac63e2
1 changed files with 1 additions and 1 deletions

View File

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