add infrastructure and first example for testing standalone LAMMPS input commands

This commit is contained in:
Axel Kohlmeyer
2020-06-16 12:52:35 -04:00
parent 7a00ec90e5
commit 73a7fb53ff
4 changed files with 138 additions and 2 deletions

View File

@ -1,10 +1,9 @@
include(GTest)
add_subdirectory(force-styles)
add_subdirectory(utils)
add_subdirectory(formats)
add_subdirectory(commands)
find_package(ClangFormat 8.0)