Skip to content

Commit

Permalink
tests/examples/ add symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Jan 15, 2024
1 parent af74730 commit b8442d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/examples/CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ foreach(_diff_file ${_diff_files})
set(_destination "${CMAKE_CURRENT_SOURCE_DIR}/${_destination}")
file(CREATE_LINK ${_file} ${_destination} SYMBOLIC)
endforeach()

# Create a symbolic link in the temporary source directory
# so that we can access files in the example folders:
file(CREATE_LINK "${DEAL_II_SOURCE_DIR}/examples/${_step}"
"${CMAKE_CURRENT_SOURCE_DIR}/${_step}" SYMBOLIC
)
endforeach()

#
Expand Down

0 comments on commit b8442d3

Please sign in to comment.