cmake: exclude w32-pthreads for mingw-w64

mingw-w64 has its own pthreads library
This commit is contained in:
martell 2015-02-04 05:07:11 +00:00 committed by jp9000
parent 21ec81ebcc
commit e869a914b0

3
deps/CMakeLists.txt vendored
View File

@ -1,5 +1,8 @@
if(NOT MINGW)
add_subdirectory(w32-pthreads)
endif()
add_subdirectory(glad)
add_subdirectory(ipc-util)