build sample with cmake on Linux

This commit is contained in:
Seo Youngjin
2021-03-23 17:00:09 +09:00
committed by Anonymous Maarten
parent 6f5e6fe4e8
commit 36f95294fb
9 changed files with 75 additions and 0 deletions

View File

@ -9,3 +9,13 @@ endif()
if(LIBRW_PLATFORM_PS2)
add_subdirectory(ps2test)
endif()
if(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()