aboutsummaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-09-21 20:31:47 +0200
committerRiccardo Spagni <ric@spagni.net>2018-09-21 20:31:47 +0200
commita059bcd74effd74467ce737094cbbbad5d92aca2 (patch)
treed50bdb24993aa5f12a711a2e29afb7b642f5ed4b /src/common/CMakeLists.txt
parentd6893aedf6ef39e2c5d72e8ec98210f6350b8a5b (diff)
parent55c7cd14582323b4403bed88bd02e2f62d2a3169 (diff)
downloadmonzero-core-a059bcd74effd74467ce737094cbbbad5d92aca2.tar.gz
monzero-core-a059bcd74effd74467ce737094cbbbad5d92aca2.tar.xz
monzero-core-a059bcd74effd74467ce737094cbbbad5d92aca2.zip
Merge pull request #4371
55c7cd14 Adding expect<T> - a value-or-error implementation (Lee Clagett)
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index c6bac2199..e89dbbc24 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
@@ -55,6 +57,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