diff --git a/deps/w32-pthreads/CMakeLists.txt b/deps/w32-pthreads/CMakeLists.txt index e132e7ace82b9f27a5e72c72b67ccfc67fd597d4..eb037ff057c1c50d2628ac0b56773b1d7e4e9e62 100644 --- a/deps/w32-pthreads/CMakeLists.txt +++ b/deps/w32-pthreads/CMakeLists.txt @@ -12,7 +12,7 @@ set(w32-pthreads_HEADERS sched.h semaphore.h) -add_library(w32-pthreads +add_library(w32-pthreads SHARED ${w32-pthreads_SOURCES} ${w32-pthreads_HEADERS}) target_link_libraries(w32-pthreads)