aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageapi/mbusprot/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/storageapi/mbusprot/CMakeLists.txt')
-rw-r--r--storage/src/tests/storageapi/mbusprot/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/storage/src/tests/storageapi/mbusprot/CMakeLists.txt b/storage/src/tests/storageapi/mbusprot/CMakeLists.txt
new file mode 100644
index 00000000000..1f10f6d519a
--- /dev/null
+++ b/storage/src/tests/storageapi/mbusprot/CMakeLists.txt
@@ -0,0 +1,8 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_library(storageapi_testmbusprot
+ SOURCES
+ storageprotocoltest.cpp
+ DEPENDS
+ storage
+ GTest::GTest
+)