summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorlvntky <klevent1903@gmail.com>2024-12-01 01:17:05 +0300
committerlvntky <klevent1903@gmail.com>2024-12-01 01:20:21 +0300
commit6431a6682561ffba9c16a8147b4e3756e2b736ee (patch)
tree7124e3760bca531824ae7bd145803f1c4fd17e9c /CMakeLists.txt
parentb0e7757f8a0c37a4ebba0d694af660f9a4ab59f1 (diff)
[feature] ray casting demo
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7739254..4519e1d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,3 +32,4 @@ add_example(text)
add_example(texture_show_fps)
add_example(circle)
add_example(player)
+add_example(ray_casting)