2021-06-23 04:51:20 +08:00
|
|
|
if(LIBRW_TOOLS AND NOT LIBRW_PLATFORM_PS2)
|
2020-10-27 07:41:07 +08:00
|
|
|
add_subdirectory(dumprwtree)
|
2021-03-27 06:57:11 +08:00
|
|
|
add_subdirectory(ska2anm)
|
2020-10-27 07:41:07 +08:00
|
|
|
endif()
|
|
|
|
|
2021-06-23 04:51:20 +08:00
|
|
|
if(LIBRW_EXAMPLES)
|
|
|
|
if(TARGET librw::skeleton)
|
|
|
|
add_subdirectory(imguitest)
|
|
|
|
add_subdirectory(playground)
|
|
|
|
add_subdirectory(lights)
|
|
|
|
add_subdirectory(subrast)
|
|
|
|
add_subdirectory(camera)
|
|
|
|
add_subdirectory(im2d)
|
|
|
|
add_subdirectory(im3d)
|
|
|
|
endif()
|
2021-03-27 06:57:11 +08:00
|
|
|
|
2021-06-23 04:51:20 +08:00
|
|
|
if(LIBRW_PLATFORM_PS2)
|
|
|
|
add_subdirectory(ps2test)
|
|
|
|
endif()
|
2021-03-23 16:00:09 +08:00
|
|
|
endif()
|