Skip to content

Commit

Permalink
Add install for Spack
Browse files Browse the repository at this point in the history
  • Loading branch information
smithsg84 committed Sep 1, 2021
1 parent 5fc4bfb commit aba55fb
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 aba55fb

Please sign in to comment.