summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-12-28 16:05:02 -0500
committerJonathan Bradley <jcb@pikum.xyz>2023-12-28 16:05:02 -0500
commit499206dcb39e9ed0c3e21e3c580f556218e0c693 (patch)
treeff5424e4678f5f83f224c99f2d469573a5e720f6 /CMakeLists.txt
parent2aa963fc37dbf61a008031d82e2aac87bf89f9db (diff)
EntityType falls back to a default texture if not provided
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0900da7..a71a249 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,6 +58,7 @@ set(PKE_SOURCE_FILES
src/project-settings.cpp
src/static/cube.hpp
src/static/cube.cpp
+ src/static/missing-texture.hpp
src/thread_pool.hpp
src/thread_pool.cpp
src/vendor/cgltf-include.hpp