Skip to content

Commit

Permalink
Merge pull request #9 from smithsg84/develop
Browse files Browse the repository at this point in the history
Add install for Spack
  • Loading branch information
aureliayang authored Sep 10, 2021
2 parents 5fc4bfb + aba55fb commit 5ed1bf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ add_executable(EcoSLIM.exe ${SOURCE})
if(OpenMP_Fortran_FOUND)
target_link_libraries(EcoSLIM.exe PUBLIC OpenMP::OpenMP_Fortran)
endif()

install(TARGETS EcoSLIM.exe DESTINATION bin)

0 comments on commit 5ed1bf8

Please sign in to comment.