From: Elias Fleckenstein Date: Mon, 25 Apr 2022 14:08:06 +0000 (+0200) Subject: Explicitly link against dl X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=2bca16df3d9c048f540f2c0f0f684538b8d7272d;hp=bf8ef5ff44f684fb77aa4b28db9b48a8b7839484;p=dragonblocks_alpha.git Explicitly link against dl --- diff --git a/deps/sqlite3-cmake b/deps/sqlite3-cmake index 6f92609..b23390e 160000 --- a/deps/sqlite3-cmake +++ b/deps/sqlite3-cmake @@ -1 +1 @@ -Subproject commit 6f9260998df020d8b2639feb8c815f9816364e90 +Subproject commit b23390e443baca0a93bf2a7939d0518fdc6f4ed8 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9aa405c..4893ecd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -100,6 +100,7 @@ target_include_directories(dragonblocks target_link_libraries(dragonblocks PUBLIC pthread PUBLIC m + PUBLIC ${CMAKE_DL_LIBS} PUBLIC perlin PUBLIC dragonnet PUBLIC dragonstd