From 04656badb37c7ed0c3a6153a2c5f58626cd22a25 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Fri, 27 Jan 2023 10:33:53 +0000 Subject: [PATCH] Added additional flags for compilation on other systems --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 383fe51..b5c3c55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ set(CMAKE_BUILD_TYPE Debug) project(gilles) +set(CMAKE_EXE_LINKER_FLAGS "-Wl,--no-as-needed -ldl") add_subdirectory(src/gilles/gameloop) add_subdirectory(src/gilles/simulatorapi)