.. _dune_symlink_to_source_files:

dune_symlink_to_source_files
============================

.. cmake_function:: dune_symlink_to_source_files

   .. cmake_param:: FILES
      :multi:
      :required:

      The list of files to symlink.

   Create symlinks in the current build directory, which
   point to files in the source directory. This is usually
   used for grid and ini files and the like. On Windows systems,
   a warning is issued and copying is used as a fallback to
   symlinking.

