add manpage for msi2lmp

This commit is contained in:
Axel Kohlmeyer
2019-04-06 23:41:48 -04:00
parent 3b43fc3ea7
commit a6c9a782a4
2 changed files with 112 additions and 0 deletions

View File

@ -1472,6 +1472,7 @@ if(BUILD_EXE)
add_executable(msi2lmp ${MSI2LMP_SOURCES})
target_link_libraries(msi2lmp m)
install(TARGETS msi2lmp DESTINATION ${CMAKE_INSTALL_BINDIR})
install(FILES ${LAMMPS_DOC_DIR}/msi2lmp.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
endif()