summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index db0d8dd..3e4a04c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -57,6 +57,8 @@ add_executable(${PROJECT_NAME}
src/ocean/ocean_alt.h src/ocean/ocean_alt.cpp
src/ocean/halftone.h src/ocean/halftone.cpp
+
+ src/skybox.h src/skybox.cpp
)
# GLEW: this creates its library and allows you to `#include "GL/glew.h"`
@@ -112,6 +114,10 @@ qt6_add_resources(${PROJECT_NAME} "Resources"
resources/shaders/foam.frag
resources/shaders/foam.vert
+ resources/shaders/skybox.frag
+ resources/shaders/skybox.vert
+
+