d3d8 too
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f2dd0ac3f1
commit
9a6a0e7393
12 changed files with 354 additions and 65 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue