Add 'SHARED' to add_library in w32-pthreads cmake

master
jp9000 2014-04-19 21:08:38 -07:00
parent 43057038fc
commit 903287a3df
1 changed files with 1 additions and 1 deletions

View File

@ -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)