summaryrefslogtreecommitdiffstats
path: root/searchcommon/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-05-20 13:17:27 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-05-20 13:18:51 +0000
commitec9ef7bba03fe9287fe37a8c88f9d025a4b2ef67 (patch)
tree8bc8417e895e509af4b9c333e3ea08525f475736 /searchcommon/CMakeLists.txt
parentf5f7b0cb60569fc05c100a8b83b9fd721ec37183 (diff)
Fold searchcommon into searchlib
Diffstat (limited to 'searchcommon/CMakeLists.txt')
-rw-r--r--searchcommon/CMakeLists.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/searchcommon/CMakeLists.txt b/searchcommon/CMakeLists.txt
deleted file mode 100644
index e5260ecb69e..00000000000
--- a/searchcommon/CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_define_module(
- DEPENDS
- fastos
- vespalog
- vespalib
- config_cloudconfig
- configdefinitions
- vespaeval
-
- TESTS
- src/tests/attribute/config
- src/tests/schema
-
- LIBS
- src/vespa/searchcommon
- src/vespa/searchcommon/attribute
- src/vespa/searchcommon/common
- src/vespa/searchcommon/config
-)