diff options
author | jjesswan <jessica_wan@brown.edu> | 2024-04-23 17:48:02 -0400 |
---|---|---|
committer | jjesswan <jessica_wan@brown.edu> | 2024-04-23 17:48:02 -0400 |
commit | 84c0bfa85374e45f06c1b6d7311b80f78670fb7c (patch) | |
tree | ef655f76be13a469bb8de9cad6de56a2ffd294b6 /CMakeLists.txt | |
parent | 4dff6a2ca02a6a2e8179ff831b7d2d9fe42e17e8 (diff) |
saving
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a726bc..2c00953 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"` @@ -96,6 +98,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) |