diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 35ac139..cdacb7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,11 +84,16 @@ qt6_add_resources(${PROJECT_NAME} "Resources" FILES resources/images/uv1.png resources/images/kitten.png + resources/images/hello.png + resources/images/sand_text.jpg +# resources/images/ground.png resources/shaders/shader.frag resources/shaders/shader.vert resources/shaders/anchorPoint.vert resources/shaders/anchorPoint.geom resources/shaders/anchorPoint.frag + resources/shaders/texture.vert + resources/shaders/texture.frag ) # GLEW: this provides support for Windows (including 64-bit) |