Skip to content

Commit

Permalink
Fix gtest library connection
Browse files Browse the repository at this point in the history
  • Loading branch information
kocimil1 committed Jan 9, 2025
1 parent c39852e commit e73d1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ add_executable(test_add test_add.cpp)


add_executable(test_free_energy test_free_energy.cpp)
target_link_libraries(test_free_energy PRIVATE MMFF_lib)
target_link_libraries(test_free_energy PRIVATE MMFF_lib gtest gtest_main)


# Link against gtest and gtest_main
Expand Down

0 comments on commit e73d1fe

Please sign in to comment.