summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorErdem MEYDANLI <meerd@users.noreply.github.com>2020-08-17 14:48:34 +0200
committerGitHub <noreply@github.com>2020-08-17 14:48:34 +0200
commitda1725cfc30dd39e54910b2d9da2c21a00e001c0 (patch)
tree1150cdea11d36f23c7bbf877be5fc86c15e58ede /src/test
parent408366f39f998729daad9bab02e1040c29c20146 (diff)
test: fix unit test linking problem in ubuntu 18.04
Diffstat (limited to 'src/test')
-rw-r--r--src/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt
index 8ecff19c28..48948f0981 100644
--- a/src/test/CMakeLists.txt
+++ b/src/test/CMakeLists.txt
@@ -10,8 +10,8 @@ add_executable(
target_link_libraries(
unit_tests
- gtest_main
game
+ gtest_main
game-interface
)