2025-10-23 21:16:23 +00:00
|
|
|
add_subdirectory(basic)
|
2026-03-25 17:49:28 -07:00
|
|
|
if(${MW_TRY_OPENGL})
|
2026-09-17 20:58:41 -07:00
|
|
|
add_subdirectory(gldemos)
|
2026-03-25 17:49:28 -07:00
|
|
|
endif()
|
|
|
|
|
if(${MW_TRY_VULKAN})
|
2026-09-17 20:58:41 -07:00
|
|
|
add_subdirectory(vkdemos)
|
|
|
|
|
endif()
|
2026-09-17 21:44:55 -07:00
|
|
|
|
2026-09-17 20:58:41 -07:00
|
|
|
if(WIN32)
|
2026-09-17 21:44:55 -07:00
|
|
|
if(${MW_TRY_D3D8} OR ${MW_BUILD_D3D8})
|
2026-09-17 20:58:41 -07:00
|
|
|
add_subdirectory(dxdemos)
|
|
|
|
|
endif()
|
2026-03-25 17:49:28 -07:00
|
|
|
endif()
|