test: fix unit test linking problem in ubuntu 18.04

This commit is contained in:
Erdem MEYDANLI
2020-08-17 14:48:34 +02:00
committed by GitHub
parent 408366f39f
commit da1725cfc3

View File

@@ -10,8 +10,8 @@ add_executable(
target_link_libraries(
unit_tests
gtest_main
game
gtest_main
game-interface
)