summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-12-14 15:47:46 +0100
committerDidier Raboud <odyx@debian.org>2012-12-14 15:50:11 +0100
commit9b127fc0a349972b1312866766f288534b1d47e4 (patch)
tree929452326750f0fed23c635606711631310edaa6 /src/CMakeLists.txt
parent2173e86025f03cc19af833f99c786391bd32718e (diff)
downloadcolobot-9b127fc0a349972b1312866766f288534b1d47e4.tar.gz
colobot-9b127fc0a349972b1312866766f288534b1d47e4.tar.bz2
colobot-9b127fc0a349972b1312866766f288534b1d47e4.zip
Add FindLTDL cmake module
As mentionned in FindLTDL.cmake, this is code that is hereby relicensed under GPLv3. closes #68
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f59abbc..f68a1d5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -173,7 +173,7 @@ ${PNG_LIBRARIES}
${OPTIONAL_LIBS}
${PLATFORM_LIBS}
${Boost_LIBRARIES}
-ltdl
+${LTDL_LIBRARY}
CBot
)