From fc883e0b0449509ba2e1c5d14d187feee098ab34 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Thu, 18 Jan 2024 19:33:18 -0800 Subject: Simplify game callbacks. --- gltfview/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gltfview/CMakeLists.txt') diff --git a/gltfview/CMakeLists.txt b/gltfview/CMakeLists.txt index de745ce..98c3b47 100644 --- a/gltfview/CMakeLists.txt +++ b/gltfview/CMakeLists.txt @@ -5,8 +5,7 @@ add_subdirectory(src/plugins) project(gltfview) add_executable(gltfview - src/game.c - src/main.c) + src/game.c) target_include_directories(gltfview PRIVATE src/) -- cgit v1.2.3