mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
7 lines
134 B
CMake
7 lines
134 B
CMake
add_subdirectory(basic)
|
|
if(${MW_TRY_OPENGL})
|
|
add_subdirectory(gldemos)
|
|
endif()
|
|
if(${MW_TRY_VULKAN})
|
|
add_subdirectory(vkdemos)
|
|
endif()
|