提交 903287a3 编写于 作者: J jp9000

Add 'SHARED' to add_library in w32-pthreads cmake

上级 43057038
...@@ -12,7 +12,7 @@ set(w32-pthreads_HEADERS ...@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册