diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d35a8d..db0d8dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,7 @@ add_executable(${PROJECT_NAME} src/ocean/ocean.cpp src/ocean/ocean_alt.h src/ocean/ocean_alt.cpp + src/ocean/halftone.h src/ocean/halftone.cpp ) # GLEW: this creates its library and allows you to `#include "GL/glew.h"` @@ -92,6 +93,11 @@ qt6_add_resources(${PROJECT_NAME} "Resources" resources/images/anamorphic.jpg resources/images/daniel.jpg resources/images/sky_clouds.png + resources/images/halftone.png + + + + # resources/images/ground.png resources/shaders/shader.frag resources/shaders/shader.vert @@ -103,6 +109,13 @@ qt6_add_resources(${PROJECT_NAME} "Resources" resources/shaders/color.vert resources/shaders/color.frag + resources/shaders/foam.frag + resources/shaders/foam.vert + + + + + ) |