Skip to content

Commit 5ed1bf8

Browse files
authored
Merge pull request #9 from smithsg84/develop
Add install for Spack
2 parents 5fc4bfb + aba55fb commit 5ed1bf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ add_executable(EcoSLIM.exe ${SOURCE})
2323
if(OpenMP_Fortran_FOUND)
2424
target_link_libraries(EcoSLIM.exe PUBLIC OpenMP::OpenMP_Fortran)
2525
endif()
26+
27+
install(TARGETS EcoSLIM.exe DESTINATION bin)

0 commit comments

Comments
 (0)