From 4fc074a2974dad34e86f076ae32cb61ed79cc509 Mon Sep 17 00:00:00 2001 From: D1MENSI0N Date: Sat, 15 May 2021 13:46:37 +0200 Subject: [PATCH] Update CMakeLists --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8533d0e..b8f649d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -199,7 +199,8 @@ endif() #Scripts to copy to bin/ file(GLOB SHADERRESOURCES shaders/* - textures/*) + textures/* + textures/lens_flare/*) foreach(sourcefile ${SHADERRESOURCES}) get_filename_component(dirname "${sourcefile}" DIRECTORY) get_filename_component(filename "${sourcefile}" NAME)