mirror of
https://github.com/aap/librw.git
synced 2024-11-25 13:15:43 +00:00
7ce4328601
Big thanks for @madebr who made all work
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()
|