diff options
author | Erdem MEYDANLI <meerd@users.noreply.github.com> | 2020-08-17 14:48:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 14:48:34 +0200 |
commit | da1725cfc30dd39e54910b2d9da2c21a00e001c0 (patch) | |
tree | 1150cdea11d36f23c7bbf877be5fc86c15e58ede /src/test/CMakeLists.txt | |
parent | 408366f39f998729daad9bab02e1040c29c20146 (diff) |
test: fix unit test linking problem in ubuntu 18.04
Diffstat (limited to 'src/test/CMakeLists.txt')
-rw-r--r-- | src/test/CMakeLists.txt | 2 |
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 ) |