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