diff options
| author | Mel <einebeere@gmail.com> | 2023-07-12 03:39:01 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-07-12 03:39:01 +0200 |
| commit | f09e5791837bb003f7c5db8c0e3162636bc9a9c2 (patch) | |
| tree | 36b9a007f119388bb7943489e8d203de04269483 /CMakeLists.txt | |
| parent | 0ce26f2a49fd6d64a690b84b1932126edfbfbee6 (diff) | |
| download | meowcraft-f09e5791837bb003f7c5db8c0e3162636bc9a9c2.tar.zst meowcraft-f09e5791837bb003f7c5db8c0e3162636bc9a9c2.zip | |
3D Clouds
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b58a94e..ce6b0c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,6 +55,9 @@ add_executable(meowcraft src/World/Clouds.cpp src/World/Clouds.hpp src/GFX/Util/MeshBuilder.hpp + src/GFX/Util/Primitives.cpp + src/GFX/Util/Primitives.hpp + src/Math/AABB.hpp ) target_link_libraries(meowcraft glfw GLEW::GLEW) |
