mirror of https://github.com/aap/librw.git
do not build samples if null renderer
This commit is contained in:
parent
36f95294fb
commit
351ddded34
|
@ -10,12 +10,14 @@ if(LIBRW_PLATFORM_PS2)
|
||||||
add_subdirectory(ps2test)
|
add_subdirectory(ps2test)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT LIBRW_PLATFORM_PS2)
|
if(UNIX)
|
||||||
add_subdirectory(playground)
|
if(NOT LIBRW_PLATFORM_NULL AND NOT LIBRW_PLATFORM_PS2)
|
||||||
add_subdirectory(lights)
|
add_subdirectory(playground)
|
||||||
add_subdirectory(subrast)
|
add_subdirectory(lights)
|
||||||
add_subdirectory(camera)
|
add_subdirectory(subrast)
|
||||||
add_subdirectory(im2d)
|
add_subdirectory(camera)
|
||||||
add_subdirectory(im3d)
|
add_subdirectory(im2d)
|
||||||
add_subdirectory(ska2anm)
|
add_subdirectory(im3d)
|
||||||
|
add_subdirectory(ska2anm)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue