From 562aba4f9c71356c4242fdd031948640350aea47 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Thu, 8 Feb 2024 20:39:44 -0800 Subject: Rename glfw_view -> viewer. --- game/src/plugins/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'game/src/plugins/CMakeLists.txt') diff --git a/game/src/plugins/CMakeLists.txt b/game/src/plugins/CMakeLists.txt index e5abbb8..8661598 100644 --- a/game/src/plugins/CMakeLists.txt +++ b/game/src/plugins/CMakeLists.txt @@ -4,12 +4,12 @@ project(plugins) set(LINK_LIBRARIES cstring math gfx gfx-app) -# GLTF viewer +# Viewer -add_library(gltf_view SHARED - gltf_view.c) +add_library(viewer SHARED + viewer.c) -target_link_libraries(gltf_view PUBLIC +target_link_libraries(viewer PUBLIC ${LINK_LIBRARIES}) # Texture viewer -- cgit v1.2.3