.. _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

   .. cmake_param:: DESTINATION
      :multi:
      :required:

      Relative path of the target directory

   Create symlinks in the build tree that
   point to particular 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.

