aboutsummaryrefslogtreecommitdiffstats
path: root/fastlib/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'fastlib/CMakeLists.txt')
-rw-r--r--fastlib/CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/fastlib/CMakeLists.txt b/fastlib/CMakeLists.txt
deleted file mode 100644
index 8d7208e956c..00000000000
--- a/fastlib/CMakeLists.txt
+++ /dev/null
@@ -1,15 +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
- vespalib
-
- LIBS
- src/vespa/fastlib/io
- src/vespa/fastlib/io/tests
- src/vespa/fastlib/testsuite
- src/vespa/fastlib/text
- src/vespa/fastlib/text/apps
- src/vespa/fastlib/text/tests
- src/vespa/packages
-)