diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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) | |||
18 | endif (BUILD_SHARED_LIBS) | 18 | endif (BUILD_SHARED_LIBS) |
19 | 19 | ||
20 | add_library(dl ${sources}) | 20 | add_library(dl ${sources}) |
21 | target_link_libraries(dl psapi) | ||
21 | 22 | ||
22 | install (TARGETS dl RUNTIME DESTINATION bin | 23 | install (TARGETS dl RUNTIME DESTINATION bin |
23 | LIBRARY DESTINATION lib${LIB_SUFFIX} | 24 | LIBRARY DESTINATION lib${LIB_SUFFIX} |