Skip to content

Commit

Permalink
Bench angles dihedrals (#181)
Browse files Browse the repository at this point in the history
* angles bench

* add dihedrals
  • Loading branch information
hmacdope authored Dec 31, 2024
1 parent bad0989 commit 7f7f42c
Show file tree
Hide file tree
Showing 2 changed files with 370 additions and 22 deletions.
3 changes: 3 additions & 0 deletions libdistopia/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ else()
endif()




if(DISTOPIA_BUILD_TESTS)

set(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL "Enable googlebench tests" FORCE)
Expand All @@ -41,6 +43,7 @@ if(DISTOPIA_BUILD_TESTS)
target_include_directories(bench PUBLIC ${CMAKE_CURRENT_LIST_DIR})



Include(GoogleTest)
add_subdirectory("googletest")
enable_testing()
Expand Down
Loading

0 comments on commit 7f7f42c

Please sign in to comment.