Skip to content

Create file links to preCICE files

Alexander Jaust requested to merge fix-missing-precice-file-links into develop

Description

This MR extends the CMake scripts to create file links to the preCICE configuration files (XML files).

A CMake macro called add_precice_file_links is added. If one calls this macro in a CMakeLists.txt via add_precice_file_links(), file links to all XML files in the directory of the CMakeLists.txt are created.

Fixes #30 (closed)

Checklist

  • The code works
  • I made sure that the source files are formatted properly.
  • I added my changes to the changelog (CHANGELOG.md)
Edited by Alexander Jaust

Merge request reports