From 499206dcb39e9ed0c3e21e3c580f556218e0c693 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 28 Dec 2023 16:05:02 -0500 Subject: EntityType falls back to a default texture if not provided --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3