Вот output ошибок:
PS C:\Users\79306\Documents\GitHub\2DPrimitiveLib\tests><i> mingw32-make</i>
[ 16%] Building CXX object tests/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.obj
In file included from C:/Users/79306/Documents/GitHub/2DPrimitiveLib/tests/googletest/googletest/include/gtest/gtest-message.h:55:0,
from C:/Users/79306/Documents/GitHub/2DPrimitiveLib/tests/googletest/googletest/include/gtest/gtest-assertion-result.h:46,
from C:/Users/79306/Documents/GitHub/2DPrimitiveLib/tests/googletest/googletest/include/gtest/gtest.h:59,
from C:\Users\79306\Documents\GitHub\2DPrimitiveLib\tests\googletest\googletest\src\gtest-all.cc:38:
C:/Users/79306/Documents/GitHub/2DPrimitiveLib/tests/googletest/googletest/include/gtest/internal/gtest-port.h:1244:8: error: 'mutex' in namespace 'std' does not name a type
std::mutex mu_;
^~~~~
...
Дальше также всё ломается, из-за первой поломоки(c std::mutex), наверное.
Я пробовал собирать makefile с Cmake-a c флагом gtest_disable_pthreads, но ошибки дальше вылетают:
С пакетного установщика установил pthreads, но всё никак не работает.
Вот настройки CMake: