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/src/plugins/CMakeLists.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 gltfview/src/plugins/CMakeLists.txt (limited to 'gltfview/src/plugins/CMakeLists.txt') diff --git a/gltfview/src/plugins/CMakeLists.txt b/gltfview/src/plugins/CMakeLists.txt deleted file mode 100644 index ecb2a45..0000000 --- a/gltfview/src/plugins/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -cmake_minimum_required(VERSION 3.0) - -project(plugins) - -set(LINK_LIBRARIES cstring math gfx) - -add_library(gltf_view SHARED - gltf_view.c) - -add_library(texture_view SHARED - texture_view.c) - -target_link_libraries(gltf_view PUBLIC - ${LINK_LIBRARIES}) - -target_link_libraries(texture_view PUBLIC - ${LINK_LIBRARIES}) -- cgit v1.2.3