mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:55:38 +08:00
Add -lwinspool necessary for new class Fl_PDF_File_Surface
This commit is contained in:
@@ -40,7 +40,7 @@ endif(DEBUG_VARIABLES_CMAKE)
|
|||||||
# FIXME: check fontconfig conditions (only if Xft is used or ...)
|
# FIXME: check fontconfig conditions (only if Xft is used or ...)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
list(APPEND FLTK_LDLIBS -lole32 -luuid -lcomctl32 -lws2_32)
|
list(APPEND FLTK_LDLIBS -lole32 -luuid -lcomctl32 -lws2_32 -lwinspool)
|
||||||
elseif(APPLE AND NOT FLTK_BACKEND_X11)
|
elseif(APPLE AND NOT FLTK_BACKEND_X11)
|
||||||
list(APPEND FLTK_LDLIBS ${FLTK_COCOA_FRAMEWORKS})
|
list(APPEND FLTK_LDLIBS ${FLTK_COCOA_FRAMEWORKS})
|
||||||
elseif(FLTK_BACKEND_WAYLAND)
|
elseif(FLTK_BACKEND_WAYLAND)
|
||||||
|
|||||||
Reference in New Issue
Block a user