2021-06-22 21:51:20 +01:00
|
|
|
if(LIBRW_TOOLS AND NOT LIBRW_PLATFORM_PS2)
|
2020-10-26 23:41:07 +00:00
|
|
|
add_subdirectory(dumprwtree)
|
2021-03-26 22:57:11 +00:00
|
|
|
add_subdirectory(ska2anm)
|
2020-10-26 23:41:07 +00:00
|
|
|
endif()
|
|
|
|
|
2021-06-22 21:51:20 +01: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-26 22:57:11 +00:00
|
|
|
|
2021-06-22 21:51:20 +01:00
|
|
|
if(LIBRW_PLATFORM_PS2)
|
|
|
|
add_subdirectory(ps2test)
|
|
|
|
endif()
|
2021-03-23 08:00:09 +00:00
|
|
|
endif()
|