Skip to content

Commit 1e63cfc

Browse files
authored
Merge pull request #41 from prashjha/fix-joss
JOSS review: add install target
2 parents a67abb3 + adacceb commit 1e63cfc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ add_executable(PeriDEM src/main.cpp)
214214

215215
target_link_libraries(PeriDEM PUBLIC Model)
216216

217+
#----------------------------------#
218+
#<<<<<<<<<< PeriDEM install >>>>>>>>>>#
219+
#----------------------------------#
220+
install(TARGETS PeriDEM DESTINATION bin)
221+
217222
#----------------------------------#
218223
#<<<<<<<<<< Post build operations >>>>>>>>>>#
219224
#----------------------------------#

0 commit comments

Comments
 (0)