d3d8 too
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoIxD 2026-09-17 21:44:55 -07:00
commit 9a6a0e7393
12 changed files with 354 additions and 65 deletions

View file

@ -5,8 +5,9 @@ endif()
if(${MW_TRY_VULKAN})
add_subdirectory(vkdemos)
endif()
if(WIN32)
if(${MW_TRY_DIRECTX})
if(${MW_TRY_D3D8} OR ${MW_BUILD_D3D8})
add_subdirectory(dxdemos)
endif()
endif()