summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Dyer <redpony@gmail.com>2015-03-05 15:15:38 -0500
committerChris Dyer <redpony@gmail.com>2015-03-05 15:15:38 -0500
commit154b799d148276b09aa740a67e0afdf94281c452 (patch)
tree92141cb1bf7d9ccf644e1bcb9d25c6e8c97c88a6 /CMakeLists.txt
parent91434e55cd1d1a8b810c0b84d684c42706564043 (diff)
parent55b75d9f94a36de2d3f7eb9eb132b8286ddd2723 (diff)
Merge branch 'cmake' of https://github.com/redpony/cdec into cmake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 21c2a230..934c69e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,6 +11,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})
#### packages
find_package(ZLIB REQUIRED)
find_package(BZip2 REQUIRED)
+find_package(LibDL REQUIRED)
# for pycdec
find_package(PythonInterp 2.7 REQUIRED)