From da1725cfc30dd39e54910b2d9da2c21a00e001c0 Mon Sep 17 00:00:00 2001 From: Erdem MEYDANLI Date: Mon, 17 Aug 2020 14:48:34 +0200 Subject: [PATCH] test: fix unit test linking problem in ubuntu 18.04 --- src/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 8ecff19c2..48948f098 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 )