mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-10 11:25:59 +03:00
feat(gx): include directxmath when not on MSVC
This commit is contained in:
parent
3e77eb935a
commit
1325fc9b1f
4
vendor/CMakeLists.txt
vendored
4
vendor/CMakeLists.txt
vendored
@ -2,6 +2,10 @@ add_subdirectory(freetype-2.0.9)
|
|||||||
add_subdirectory(lua-5.1.3)
|
add_subdirectory(lua-5.1.3)
|
||||||
add_subdirectory(stormlib-9)
|
add_subdirectory(stormlib-9)
|
||||||
|
|
||||||
|
if (WHOA_SYSTEM_WIN AND NOT MSVC)
|
||||||
|
add_subdirectory(directxmath-3.19.0)
|
||||||
|
endif ()
|
||||||
|
|
||||||
if (WHOA_BUILD_GLSDL)
|
if (WHOA_BUILD_GLSDL)
|
||||||
set(SDL_SHARED OFF)
|
set(SDL_SHARED OFF)
|
||||||
set(SDL_STATIC ON)
|
set(SDL_STATIC ON)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user