summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorAlexander Monakov <amonakov@ispras.ru>2013-11-21 20:04:38 +0000
committerJosé Fonseca <jfonseca@vmware.com>2013-11-21 20:04:38 +0000
commitf7fe6dee51e715f0b63bc03e24aa27deb46e4247 (patch)
treeb6782ac7f6826c2f2020db2f8316ac9905160d99 /cli
parent4124585cb7bf45d99495940916c98fbd303f659b (diff)
cli: Ensure we link against libdl.
Issue #185.
Diffstat (limited to 'cli')
-rw-r--r--cli/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt
index 299c3985..33104519 100644
--- a/cli/CMakeLists.txt
+++ b/cli/CMakeLists.txt
@@ -32,6 +32,7 @@ target_link_libraries (apitrace
${ZLIB_LIBRARIES}
${SNAPPY_LIBRARIES}
${GETOPT_LIBRARIES}
+ ${CMAKE_DL_LIBS}
)
if (NOT CMAKE_CROSSCOMPILING)