Skip to content
Snippets Groups Projects
Commit f1938596 authored by Automated MSK Jenkins User's avatar Automated MSK Jenkins User
Browse files

Merge remote-tracking branch 'project-template/master'

parents c4d24413 8ff72125
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ endforeach()
# copy all server type directories to the build directory
foreach(servertype ${servertypes})
file(GLOB_RECURSE files RELATIVE ${PROJECT_SOURCE_DIR} ${servertype}/*)
file(GLOB_RECURSE files FOLLOW_SYMLINKS RELATIVE ${PROJECT_SOURCE_DIR} ${servertype}/*)
foreach(f ${files})
configure_file("${f}" "${PROJECT_BINARY_DIR}/${f}" COPYONLY)
endforeach()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment