summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e78f153..b58a94e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -52,6 +52,8 @@ add_executable(meowcraft
     src/World/Generation/Decoration.hpp
     src/Math/Random.cpp
     src/Math/Random.hpp
+    src/World/Clouds.cpp
+    src/World/Clouds.hpp
     src/GFX/Util/MeshBuilder.hpp
 )
 target_link_libraries(meowcraft glfw GLEW::GLEW)