aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/sharedptr/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/sharedptr/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/sharedptr/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/tests/sharedptr/CMakeLists.txt b/vespalib/src/tests/sharedptr/CMakeLists.txt
index 052efb19447..6e038ed31c5 100644
--- a/vespalib/src/tests/sharedptr/CMakeLists.txt
+++ b/vespalib/src/tests/sharedptr/CMakeLists.txt
@@ -4,5 +4,6 @@ vespa_add_executable(vespalib_ptrholder_test_app TEST
ptrholder.cpp
DEPENDS
vespalib
+ GTest::gtest
)
vespa_add_test(NAME vespalib_ptrholder_test_app COMMAND vespalib_ptrholder_test_app)