aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 35bfafc02f7..40cceb78e1e 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -17,6 +17,7 @@ add_executable(tests-common ${COMMON_SOURCES})
target_link_libraries(tests-common
PRIVATE
+ trinity-core-interface
common
Catch2::Catch2)