test: fix unit test linking problem in ubuntu 18.04
This commit is contained in:
parent
408366f39f
commit
da1725cfc3
1 changed files with 1 additions and 1 deletions
|
|
@ -10,8 +10,8 @@ add_executable(
|
|||
|
||||
target_link_libraries(
|
||||
unit_tests
|
||||
gtest_main
|
||||
game
|
||||
gtest_main
|
||||
game-interface
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue