aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcorespi/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-05-15 11:50:08 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-05-15 11:50:46 +0000
commit81fb601117642a0e531630cc504cb4a6855d27df (patch)
tree093d429e9e791df3870aa84a3601489c2f214351 /searchcore/src/vespa/searchcorespi/CMakeLists.txt
parentfb35d47f9dfdc0cab773b86a496e010877d72afe (diff)
Collapse searchcorespi into searchcore
Diffstat (limited to 'searchcore/src/vespa/searchcorespi/CMakeLists.txt')
-rw-r--r--searchcore/src/vespa/searchcorespi/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcorespi/CMakeLists.txt b/searchcore/src/vespa/searchcorespi/CMakeLists.txt
new file mode 100644
index 00000000000..fab1d007a4f
--- /dev/null
+++ b/searchcore/src/vespa/searchcorespi/CMakeLists.txt
@@ -0,0 +1,7 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_library(searchcorespi STATIC
+ SOURCES
+ $<TARGET_OBJECTS:searchcorespi_flush>
+ $<TARGET_OBJECTS:searchcorespi_index>
+ DEPENDS
+)