From 95ff92c7d52161373648e7c9b83552f855387eb8 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Thu, 15 Jun 2023 22:44:56 +0200 Subject: [PATCH] Experiment a fix for the Windows build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a8beb1..4c95b80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -258,7 +258,7 @@ else () endif () endif () -target_link_libraries (${planetblupi_OUTPUT} PUBLIC ${planetblupi_DEPS}) +target_link_libraries (${planetblupi_OUTPUT} PUBLIC ${planetblupi_DEPS} -Wl,--dynamicbase -Wl,--nxcompat -Wl,--high-entropy-va -lm -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lsetupapi -lversion -luuid) ########## ## GetText