summaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
Diffstat (limited to 'game')
-rw-r--r--game/src/plugins/CMakeLists.txt8
-rw-r--r--game/src/plugins/viewer.c (renamed from game/src/plugins/gltf_view.c)0
2 files changed, 4 insertions, 4 deletions
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)
4 4
5set(LINK_LIBRARIES cstring math gfx gfx-app) 5set(LINK_LIBRARIES cstring math gfx gfx-app)
6 6
7# GLTF viewer 7# Viewer
8 8
9add_library(gltf_view SHARED 9add_library(viewer SHARED
10 gltf_view.c) 10 viewer.c)
11 11
12target_link_libraries(gltf_view PUBLIC 12target_link_libraries(viewer PUBLIC
13 ${LINK_LIBRARIES}) 13 ${LINK_LIBRARIES})
14 14
15# Texture viewer 15# Texture viewer
diff --git a/game/src/plugins/gltf_view.c b/game/src/plugins/viewer.c
index 83fc8ed..83fc8ed 100644
--- a/game/src/plugins/gltf_view.c
+++ b/game/src/plugins/viewer.c