implement a test prototype for the LAMMPS shell

This commit is contained in:
Axel Kohlmeyer
2020-10-13 20:36:24 -04:00
parent 290763a844
commit f003a6c536
3 changed files with 70 additions and 0 deletions

View File

@ -7,6 +7,7 @@ add_subdirectory(c-library)
add_subdirectory(cplusplus)
add_subdirectory(fortran)
add_subdirectory(python)
add_subdirectory(tools)
add_subdirectory(force-styles)
find_package(ClangFormat 8.0)