summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageapi/messageapi/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/storageapi/messageapi/CMakeLists.txt')
-rw-r--r--storage/src/tests/storageapi/messageapi/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/storage/src/tests/storageapi/messageapi/CMakeLists.txt b/storage/src/tests/storageapi/messageapi/CMakeLists.txt
new file mode 100644
index 00000000000..4866aa63079
--- /dev/null
+++ b/storage/src/tests/storageapi/messageapi/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_testmessageapi
+ SOURCES
+ storage_message_address_test.cpp
+ DEPENDS
+ storage
+ GTest::GTest
+)