Skip to content

Commit

Permalink
odb: test: Link to libraries from GTest
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski committed Aug 26, 2024
1 parent 81e2b90 commit f6bf0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odb/test/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ add_executable(TestGuide TestGuide.cpp)
add_executable(TestNetTrack TestNetTrack.cpp)
add_executable(TestMaster TestMaster.cpp)

target_link_libraries(OdbGTests odb gtest gmock gtest_main)
target_link_libraries(OdbGTests odb GTest::gtest GTest::gmock GTest::gtest_main)
target_link_libraries(TestCallBacks ${TEST_LIBS})
target_link_libraries(TestGeom ${TEST_LIBS})
target_link_libraries(TestModule ${TEST_LIBS})
Expand Down

0 comments on commit f6bf0fc

Please sign in to comment.