diff options
| author | 3gg <3gg@shellblade.net> | 2024-02-08 20:39:44 -0800 | 
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2024-02-08 20:39:44 -0800 | 
| commit | 562aba4f9c71356c4242fdd031948640350aea47 (patch) | |
| tree | 4a97c393eaee3f1484a7f7aa6d4a80cd4a5e866f | |
| parent | c76697d51158ed5e52bd697c71fbdfed1ec25a3f (diff) | |
Rename glfw_view -> viewer.
| -rw-r--r-- | game/src/plugins/CMakeLists.txt | 8 | ||||
| -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 | ||
| 5 | set(LINK_LIBRARIES cstring math gfx gfx-app) | 5 | set(LINK_LIBRARIES cstring math gfx gfx-app) | 
| 6 | 6 | ||
| 7 | # GLTF viewer | 7 | # Viewer | 
| 8 | 8 | ||
| 9 | add_library(gltf_view SHARED | 9 | add_library(viewer SHARED | 
| 10 | gltf_view.c) | 10 | viewer.c) | 
| 11 | 11 | ||
| 12 | target_link_libraries(gltf_view PUBLIC | 12 | target_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 | |||
