aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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 972ffb4..1dbec48 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,6 +18,7 @@ if (BUILD_SHARED_LIBS)
18endif (BUILD_SHARED_LIBS) 18endif (BUILD_SHARED_LIBS)
19 19
20add_library(dl ${sources}) 20add_library(dl ${sources})
21target_link_libraries(dl psapi)
21 22
22install (TARGETS dl RUNTIME DESTINATION bin 23install (TARGETS dl RUNTIME DESTINATION bin
23 LIBRARY DESTINATION lib${LIB_SUFFIX} 24 LIBRARY DESTINATION lib${LIB_SUFFIX}