cmake: exclude w32-pthreads for mingw-w64

mingw-w64 has its own pthreads library
This commit is contained in:
martell
2015-02-08 06:40:15 -08:00
committed by jp9000
parent 21ec81ebcc
commit e869a914b0
+3
View File
@@ -1,5 +1,8 @@
if(NOT MINGW)
add_subdirectory(w32-pthreads)
endif()
add_subdirectory(glad)
add_subdirectory(ipc-util)