From e6812d2df6bd8a0a71375096abe46f8039d8c570 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 11 Jul 2023 04:13:18 +0200 Subject: Create MeshBuilder utility for comfy mesh building --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1591197..e78f153 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,7 @@ add_executable(meowcraft src/World/Generation/Decoration.hpp src/Math/Random.cpp src/Math/Random.hpp + src/GFX/Util/MeshBuilder.hpp ) target_link_libraries(meowcraft glfw GLEW::GLEW) -- cgit 1.4.1