Skip to content

Commit

Permalink
install Rayleigh to bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tukss committed Jun 19, 2024
1 parent ed4c00b commit 3c619f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ endif()
target_link_libraries(rayleigh MPI::MPI_Fortran)
target_link_libraries(rayleigh LAPACK::LAPACK)
target_link_libraries(rayleigh FFTW::Double)

install(TARGETS rayleigh DESTINATION ${CMAKE_SOURCE_DIR}/bin)

0 comments on commit 3c619f1

Please sign in to comment.