Skip to content

Commit 7f7f42c

Browse files
authored
Bench angles dihedrals (#181)
* angles bench * add dihedrals
1 parent bad0989 commit 7f7f42c

File tree

2 files changed

+370
-22
lines changed

2 files changed

+370
-22
lines changed

libdistopia/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ else()
2929
endif()
3030

3131

32+
33+
3234
if(DISTOPIA_BUILD_TESTS)
3335

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

4345

46+
4447
Include(GoogleTest)
4548
add_subdirectory("googletest")
4649
enable_testing()

0 commit comments

Comments
 (0)