summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMichał Zieliński <michal@zielinscy.org.pl>2012-12-14 10:10:07 -0800
committerMichał Zieliński <michal@zielinscy.org.pl>2012-12-14 10:10:07 -0800
commit3f79167323e099ebf7ede9460d454958926f55a1 (patch)
tree51c062a20ca5210b151fb7a23b5e1f608fc9ec14 /src/CMakeLists.txt
parent3b896370045c9d38b5014578a9395a0a95fcb5f1 (diff)
parent9b127fc0a349972b1312866766f288534b1d47e4 (diff)
downloadcolobot-3f79167323e099ebf7ede9460d454958926f55a1.tar.gz
colobot-3f79167323e099ebf7ede9460d454958926f55a1.tar.bz2
colobot-3f79167323e099ebf7ede9460d454958926f55a1.zip
Merge pull request #85 from OdyX/cmake_find_ltdl
Add FindLTDL cmake module
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
)