librw/tools/CMakeLists.txt
Filip Gawin 7ce4328601 Add cmake config file
Big thanks for @madebr who made all work
2020-10-27 01:25:09 +01:00

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