From 3cd5b0bcca694630fcb4b977ddf7be7cd1bce153 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 20 Jan 2024 15:54:54 -0800 Subject: Rename gltfview -> game. --- gltfview/CMakeLists.txt | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 gltfview/CMakeLists.txt (limited to 'gltfview/CMakeLists.txt') diff --git a/gltfview/CMakeLists.txt b/gltfview/CMakeLists.txt deleted file mode 100644 index 98c3b47..0000000 --- a/gltfview/CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ -cmake_minimum_required(VERSION 3.0) - -add_subdirectory(src/plugins) - -project(gltfview) - -add_executable(gltfview - src/game.c) - -target_include_directories(gltfview PRIVATE - src/) - -target_link_libraries(gltfview PRIVATE - cstring - error - gfx - gfx-app - list - log - math - mempool - plugin) -- cgit v1.2.3