mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-10 22:56:14 +01:00
CMake support added for building with MinGW (#275)
This commit is contained in:
@@ -8,7 +8,7 @@ if(ENABLE_OPENEXR_SUPPORT)
|
||||
find_dependency(OpenEXR)
|
||||
endif()
|
||||
|
||||
if((NOT WIN32) OR VCPKG_TOOLCHAIN)
|
||||
if(MINGW OR (NOT WIN32) OR VCPKG_TOOLCHAIN)
|
||||
find_dependency(directx-headers CONFIG)
|
||||
find_dependency(directxmath CONFIG)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user