build sample with cmake on Linux
This commit is contained in:

committed by
Anonymous Maarten

parent
6f5e6fe4e8
commit
36f95294fb
@ -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()
|
||||
|
Reference in New Issue
Block a user