ENH: FLTK 1.1.1 under Windows links now with the comctl32 library.
This commit is contained in:
parent
f778ae3fed
commit
01efac63e2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue