Skip to content

Commit

Permalink
JOSS review: add install target
Browse files Browse the repository at this point in the history
  • Loading branch information
prashjha committed Feb 7, 2025
1 parent 054af48 commit adacceb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ add_executable(PeriDEM src/main.cpp)

target_link_libraries(PeriDEM PUBLIC Model)

#----------------------------------#
#<<<<<<<<<< PeriDEM install >>>>>>>>>>#
#----------------------------------#
install(TARGETS PeriDEM DESTINATION bin)

#----------------------------------#
#<<<<<<<<<< Post build operations >>>>>>>>>>#
#----------------------------------#
Expand Down

0 comments on commit adacceb

Please sign in to comment.