Add 'SHARED' to add_library in w32-pthreads cmake
This commit is contained in:
2
deps/w32-pthreads/CMakeLists.txt
vendored
2
deps/w32-pthreads/CMakeLists.txt
vendored
@@ -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)
|
||||
|
Reference in New Issue
Block a user