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 14, 2024
1 parent af74730 commit cf40acf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/examples/CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ foreach(_diff_file ${_diff_files})
set(_destination "${CMAKE_CURRENT_SOURCE_DIR}/${_destination}")
file(CREATE_LINK ${_file} ${_destination} SYMBOLIC)
endforeach()

file(CREATE_LINK "${DEAL_II_SOURCE_DIR}/examples/${_step}"
"${CMAKE_CURRENT_SOURCE_DIR}/${_step}" SYMBOLIC
)
endforeach()

#
Expand Down

0 comments on commit cf40acf

Please sign in to comment.