From 456d7f883ca34ec83692ff3879ca5f5717e82b33 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 2 May 2026 14:59:18 -0700 Subject: Use the simloop library --- app/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'app/CMakeLists.txt') diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 021a77d..b88219a 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -12,6 +12,7 @@ target_link_libraries(gfx-app PUBLIC glad glfw log + simloop timer) add_subdirectory(demo) -- cgit v1.2.3