Skip to content

Commit

Permalink
Update CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
angeluriot committed May 15, 2021
1 parent 1bd458e commit 4fc074a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4fc074a

Please sign in to comment.