Update CMakeFiles, add initial pair potential implementation and tests
This commit is contained in:
parent
6162b27a89
commit
f15eb0cf51
9 changed files with 67 additions and 55 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
|||
# Builds
|
||||
build/
|
||||
Debug/
|
||||
Testing/
|
||||
|
||||
# Google Tests
|
||||
tests/lib/
|
||||
|
@ -7,3 +9,6 @@ tests/lib/
|
|||
# Jet Brains
|
||||
.idea/
|
||||
cmake-build-debug/
|
||||
|
||||
# Cache dir
|
||||
.cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue