diff options
| author | Mel <einebeere@gmail.com> | 2023-07-11 04:13:18 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-07-11 04:13:18 +0200 |
| commit | e6812d2df6bd8a0a71375096abe46f8039d8c570 (patch) | |
| tree | 8fd1bb578f5a6e2edfc1b1dfffea32f9285c17c9 /CMakeLists.txt | |
| parent | 2c3ac8db3f539459166c801e61c5efdacf9150c3 (diff) | |
| download | meowcraft-e6812d2df6bd8a0a71375096abe46f8039d8c570.tar.zst meowcraft-e6812d2df6bd8a0a71375096abe46f8039d8c570.zip | |
Create MeshBuilder utility for comfy mesh building
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
