diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 07addbb..e44343d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -17,7 +17,6 @@ if (BUILD_SHARED_LIBS) | |||
17 | endif (BUILD_SHARED_LIBS) | 17 | endif (BUILD_SHARED_LIBS) |
18 | 18 | ||
19 | add_library(dl ${sources}) | 19 | add_library(dl ${sources}) |
20 | target_link_libraries(dl psapi) | ||
21 | 20 | ||
22 | install (TARGETS dl EXPORT dlfcn-win32-targets | 21 | install (TARGETS dl EXPORT dlfcn-win32-targets |
23 | RUNTIME DESTINATION bin | 22 | RUNTIME DESTINATION bin |