Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use symlinks instead of copies #933

Open
CMurtagh-LGTM opened this issue Aug 19, 2022 · 0 comments
Open

Use symlinks instead of copies #933

CMurtagh-LGTM opened this issue Aug 19, 2022 · 0 comments
Assignees
Labels
-Enhancement Enhancement of existing features D-Good-First-Issue Difficult Level: Good first issue L-CMake Uses or involves CMake

Comments

@CMurtagh-LGTM
Copy link
Contributor

CMurtagh-LGTM commented Aug 19, 2022

Symlink various config and data files, so we don't have to worry about recopying them when they get dirty.

COMMAND ${CMAKE_COMMAND} -E copy ${data_file} ${output_file}

COMMAND ${CMAKE_COMMAND} -E copy ${input_file} ${output_file}

@CMurtagh-LGTM CMurtagh-LGTM added -Enhancement Enhancement of existing features D-Good-First-Issue Difficult Level: Good first issue L-CMake Uses or involves CMake labels Aug 19, 2022
@CMurtagh-LGTM CMurtagh-LGTM self-assigned this Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-Enhancement Enhancement of existing features D-Good-First-Issue Difficult Level: Good first issue L-CMake Uses or involves CMake
Projects
None yet
Development

No branches or pull requests

1 participant