mirror of
https://github.com/aap/librw.git
synced 2024-11-26 05:35:42 +00:00
12 lines
203 B
CMake
12 lines
203 B
CMake
|
if(NOT LIBRW_PLATFORM_PS2)
|
||
|
add_subdirectory(dumprwtree)
|
||
|
endif()
|
||
|
|
||
|
if(TARGET librw_skeleton_imgui)
|
||
|
add_subdirectory(imguitest)
|
||
|
endif()
|
||
|
|
||
|
if(LIBRW_PLATFORM_PS2)
|
||
|
add_subdirectory(ps2test)
|
||
|
endif()
|