summaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
blob: be7ea66b9d183d97970f637892ee1511735dd94f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if(LIBRW_TOOLS AND NOT LIBRW_PLATFORM_PS2)
    add_subdirectory(dumprwtree)
    add_subdirectory(ska2anm)
endif()

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()

    if(LIBRW_PLATFORM_PS2)
        add_subdirectory(ps2test)
    endif()
endif()