Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MSK-SW
Low-Level Radio Frequency
Master Oscillator
XFEL
GPSDO
Commits
8ff72125
Commit
8ff72125
authored
Jan 13, 2022
by
Dietrich Rothe
Browse files
file GLOB with symlinks for settings file
this is required for dcmctrl7 config
parent
62075748
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/config_generator_project.cmake
View file @
8ff72125
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment