more clang warnings enabled, performance measuring
Succesfull build on mingw-w64 fix sandboxes Mingw fixes and full parallel support tree gen.
This commit is contained in:
parent
7d25d8c677
commit
7e0199746e
27 changed files with 1393 additions and 1148 deletions
5
deps/CMakeLists.txt
vendored
5
deps/CMakeLists.txt
vendored
|
@ -76,7 +76,10 @@ elseif (APPLE)
|
|||
endif ()
|
||||
|
||||
include("deps-macos.cmake")
|
||||
else ()
|
||||
elseif (MINGW)
|
||||
message(STATUS "Building for MinGW...")
|
||||
include("deps-mingw.cmake")
|
||||
else()
|
||||
include("deps-linux.cmake")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue