milsko/examples/CMakeLists.txt

13 lines
223 B
Text
Raw Normal View History

add_subdirectory(basic)
if(${MW_TRY_OPENGL})
2026-09-17 20:58:41 -07:00
add_subdirectory(gldemos)
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-18 16:43:15 +09:00
if(${MW_TRY_DIRECT3D9})
2026-09-17 20:58:41 -07:00
add_subdirectory(dxdemos)
endif()
endif()