0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

Add 'SHARED' to add_library in w32-pthreads cmake

This commit is contained in:
jp9000 2014-04-19 21:08:38 -07:00
parent 43057038fc
commit 903287a3df

View File

@ -12,7 +12,7 @@ set(w32-pthreads_HEADERS
sched.h sched.h
semaphore.h) semaphore.h)
add_library(w32-pthreads add_library(w32-pthreads SHARED
${w32-pthreads_SOURCES} ${w32-pthreads_SOURCES}
${w32-pthreads_HEADERS}) ${w32-pthreads_HEADERS})
target_link_libraries(w32-pthreads) target_link_libraries(w32-pthreads)