test: fix unit test linking problem in ubuntu 18.04
This commit is contained in:
@@ -10,8 +10,8 @@ add_executable(
|
|||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
unit_tests
|
unit_tests
|
||||||
gtest_main
|
|
||||||
game
|
game
|
||||||
|
gtest_main
|
||||||
game-interface
|
game-interface
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user