From 6431a6682561ffba9c16a8147b4e3756e2b736ee Mon Sep 17 00:00:00 2001 From: lvntky Date: Sun, 1 Dec 2024 01:17:05 +0300 Subject: [feature] ray casting demo --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3