From 713f0b0f64992de8eace6f97d95f4d582f31d9ad Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:27:10 +0200 Subject: Add -lwinspool necessary for new class Fl_PDF_File_Surface --- CMake/variables.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/variables.cmake b/CMake/variables.cmake index cb5d62481..4d1be9f2d 100644 --- a/CMake/variables.cmake +++ b/CMake/variables.cmake @@ -40,7 +40,7 @@ endif(DEBUG_VARIABLES_CMAKE) # FIXME: check fontconfig conditions (only if Xft is used or ...) 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) list(APPEND FLTK_LDLIBS ${FLTK_COCOA_FRAMEWORKS}) elseif(FLTK_BACKEND_WAYLAND) -- cgit v1.2.3