aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-11-30 11:56:47 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-11-30 11:56:47 +0000
commit5d618dc73dcf2c5948ab84b1e8e0fede7e57146a (patch)
tree38c407e17d915d98cffbc72b2a69ce01a2cb639b /vespalib
parent0d00752580ffb3fdc06279acf60f94f634a84b6f (diff)
Correct name and indentation for CMakeLists.txt
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/CMakeLists.txt2
-rw-r--r--vespalib/src/vespa/vespalib/util/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/vespalib/CMakeLists.txt b/vespalib/CMakeLists.txt
index 2bc339fe31c..d4c7bc881a5 100644
--- a/vespalib/CMakeLists.txt
+++ b/vespalib/CMakeLists.txt
@@ -150,7 +150,7 @@ vespa_define_module(
src/tests/util/size_literals
src/tests/valgrind
src/tests/visit_ranges
- src/tests/wakeupservice
+ src/tests/invokeservice
src/tests/wakeup
src/tests/websocket
src/tests/zcurve
diff --git a/vespalib/src/vespa/vespalib/util/CMakeLists.txt b/vespalib/src/vespa/vespalib/util/CMakeLists.txt
index 562eb876f27..58f6a93babc 100644
--- a/vespalib/src/vespa/vespalib/util/CMakeLists.txt
+++ b/vespalib/src/vespa/vespalib/util/CMakeLists.txt
@@ -30,6 +30,7 @@ vespa_add_library(vespalib_vespalib_util OBJECT
generationholder.cpp
hdr_abort.cpp
host_name.cpp
+ invokeserviceimpl.cpp
issue.cpp
joinable.cpp
latch.cpp
@@ -69,7 +70,6 @@ vespa_add_library(vespalib_vespalib_util OBJECT
time.cpp
unwind_message.cpp
valgrind.cpp
- invokeserviceimpl.cpp
zstdcompressor.cpp
DEPENDS
)