From 9c477c6bd927de5b8015597c7bfa8f0e8a5417f8 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Mon, 17 Dec 2012 20:36:11 +0100 Subject: [PATCH] Possible fix for the linker problems on Ubuntu 12.04 64 bit --- neo/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neo/CMakeLists.txt b/neo/CMakeLists.txt index 16253001..935ce253 100644 --- a/neo/CMakeLists.txt +++ b/neo/CMakeLists.txt @@ -1105,6 +1105,8 @@ else() idlib GL pthread + dl + rt ${SDLx_LIBRARY} ) endif()