diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 66c359f02..be6671002 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -1,5 +1,8 @@ +if(NOT MINGW) add_subdirectory(w32-pthreads) +endif() + add_subdirectory(glad) add_subdirectory(ipc-util)