Commit c8b9a727 authored by Richard Berger's avatar Richard Berger
Browse files

Add potential files to CMake install target

parent ae0979e1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -900,6 +900,11 @@ if(BUILD_EXE)
  endif()
endif()

###############################################################################
# Install potential files in data directory
###############################################################################
install(DIRECTORY ${LAMMPS_SOURCE_DIR}/../potentials DESTINATION ${CMAKE_INSTALL_DATADIR}/lammps)

###############################################################################
# Testing
#