Skip to content
Snippets Groups Projects
Commit bd46c9f4 authored by Elias Pipping's avatar Elias Pipping
Browse files

[Build] Use dune_symlink_to_source_files() correctly

parent 3a283c81
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,11 @@ set(SOURCE_FILES
)
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/sand-wedge-data")
dune_symlink_to_source_files("sand-wedge-data/boundaryconditions.py")
dune_symlink_to_source_files("sand-wedge-data/parset.cfg")
dune_symlink_to_source_files("sand-wedge-data/parset-2D.cfg")
dune_symlink_to_source_files("sand-wedge-data/parset-3D.cfg")
dune_symlink_to_source_files(FILES
"sand-wedge-data/boundaryconditions.py"
"sand-wedge-data/parset.cfg"
"sand-wedge-data/parset-2D.cfg"
"sand-wedge-data/parset-3D.cfg")
foreach(_dim 2 3)
set(_target sand-wedge-${_dim}D)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment