summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f1220e..9dffb01 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,6 +54,8 @@ add_executable(${PROJECT_NAME}
src/ocean/ocean.h
src/ocean/ocean.cpp
+
+ src/ocean/ocean_alt.h src/ocean/ocean_alt.cpp
)
# GLEW: this creates its library and allows you to `#include "GL/glew.h"`
@@ -97,6 +99,8 @@ qt6_add_resources(${PROJECT_NAME} "Resources"
resources/shaders/anchorPoint.frag
resources/shaders/texture.vert
resources/shaders/texture.frag
+
+
)
# GLEW: this provides support for Windows (including 64-bit)