doodlum / skyrim-community-shaders

Community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.
GNU General Public License v3.0
187 stars 46 forks source link

COPY_SHADERS should only copy changed files. #550

Open alandtse opened 1 month ago

alandtse commented 1 month ago

See failed attempt here #526

This is caused by the use of:

            COMMAND ${CMAKE_COMMAND} -E copy_directory "${AIO_DIR}/Shaders" "${DEPLOY_TARGET}/Shaders"

Which will touch EVERY shader and thus force EVERY SHADER TO RECOMPILE. This is inefficient.