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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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