2020-10-27 00:41:07 +01:00
|
|
|
if(NOT LIBRW_PLATFORM_PS2)
|
|
|
|
add_subdirectory(dumprwtree)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(TARGET librw_skeleton_imgui)
|
|
|
|
add_subdirectory(imguitest)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(LIBRW_PLATFORM_PS2)
|
|
|
|
add_subdirectory(ps2test)
|
|
|
|
endif()
|
2021-03-23 17:00:09 +09:00
|
|
|
|
2021-03-26 15:21:13 +09:00
|
|
|
if(UNIX)
|
|
|
|
if(NOT LIBRW_PLATFORM_NULL AND NOT LIBRW_PLATFORM_PS2)
|
|
|
|
add_subdirectory(playground)
|
|
|
|
add_subdirectory(lights)
|
|
|
|
add_subdirectory(subrast)
|
|
|
|
add_subdirectory(camera)
|
|
|
|
add_subdirectory(im2d)
|
|
|
|
add_subdirectory(im3d)
|
|
|
|
add_subdirectory(ska2anm)
|
|
|
|
endif()
|
2021-03-23 17:00:09 +09:00
|
|
|
endif()
|