From 55c7cd14582323b4403bed88bd02e2f62d2a3169 Mon Sep 17 00:00:00 2001 From: Lee Clagett Date: Mon, 10 Sep 2018 21:25:15 -0400 Subject: Adding expect - a value-or-error implementation --- src/common/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/common/CMakeLists.txt') diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index f0df05b0d..606f6fc9a 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -33,6 +33,8 @@ set(common_sources command_line.cpp dns_utils.cpp download.cpp + error.cpp + expect.cpp util.cpp i18n.cpp password.cpp @@ -54,6 +56,8 @@ set(common_private_headers common_fwd.h dns_utils.h download.h + error.h + expect.h http_connection.h int-util.h pod-class.h -- cgit v1.2.3