added conda pkgs for moench

This commit is contained in:
Erik Frojdh
2021-05-11 10:22:15 +02:00
parent 085ea3aee7
commit ac613171ec
5 changed files with 24 additions and 0 deletions

View File

@ -41,5 +41,9 @@ foreach(exe ${MOENCH_EXECUTABLES})
set_property(TARGET ${exe} PROPERTY INTERPROCEDURAL_OPTIMIZATION True)
endif()
endforeach(exe ${MOENCH_EXECUTABLES})
install(TARGETS ${MOENCH_EXECUTABLES} DESTINATION bin)