From 42c5fc0ef8636f37cbaafe1139f41fec0cbc1028 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Mon, 8 Oct 2018 08:39:43 +0200 Subject: [PATCH] Link GDI+ library when building libgal --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 4eaca33e69..f511fd449b 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -94,6 +94,7 @@ target_link_libraries( gal ${CAIRO_LIBRARIES} ${PIXMAN_LIBRARIES} ${OPENGL_LIBRARIES} + ${GDI_PLUS_LIBRARIES} )