mirror of
https://github.com/aap/librw.git
synced 2026-07-30 20:27:27 +01:00
Add cmake config file
Big thanks for @madebr who made all work
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user