We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fc4bfb + aba55fb commit 5ed1bf8Copy full SHA for 5ed1bf8
CMakeLists.txt
@@ -23,3 +23,5 @@ add_executable(EcoSLIM.exe ${SOURCE})
23
if(OpenMP_Fortran_FOUND)
24
target_link_libraries(EcoSLIM.exe PUBLIC OpenMP::OpenMP_Fortran)
25
endif()
26
+
27
+install(TARGETS EcoSLIM.exe DESTINATION bin)
0 commit comments