summaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
diff options
context:
space:
mode:
authorclaude-bot <[email protected]>2026-07-13 12:40:03 +0000
committerclaude-bot <[email protected]>2026-07-13 12:40:03 +0000
commit847962910f0bff071f3bf07c9abb87764fb6cac3 (patch)
treeddcd429e134c7fd5f72ddc97ced175de8d66fcd0 /tools/CMakeLists.txt
downloadlibrw-847962910f0bff071f3bf07c9abb87764fb6cac3.tar.gz
librw-847962910f0bff071f3bf07c9abb87764fb6cac3.zip
Import aap/librw @ masterHEADmaster
Snapshot for re3/reVC vendoring, per @lzcnt. Source: https://github.com/aap/librw (master).
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r--tools/CMakeLists.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
new file mode 100644
index 0000000..be7ea66
--- /dev/null
+++ b/tools/CMakeLists.txt
@@ -0,0 +1,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()