diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-11-17 22:46:42 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-11-17 22:49:59 -0800 |
| commit | cda4885676f009e2e7f2ad5e6c52743efc8b8924 (patch) | |
| tree | 62dfc33e0559cbf84efb014dd17b687247cadda8 /src/supplemental/http/CMakeLists.txt | |
| parent | 04974cc135ca461d8fce50fa8def0ca5fe13b101 (diff) | |
| download | nng-cda4885676f009e2e7f2ad5e6c52743efc8b8924.tar.gz nng-cda4885676f009e2e7f2ad5e6c52743efc8b8924.tar.bz2 nng-cda4885676f009e2e7f2ad5e6c52743efc8b8924.zip | |
Centralize the scheme handling for HTTP schemes.
Diffstat (limited to 'src/supplemental/http/CMakeLists.txt')
| -rw-r--r-- | src/supplemental/http/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/supplemental/http/CMakeLists.txt b/src/supplemental/http/CMakeLists.txt index 324484d8..db6bcdac 100644 --- a/src/supplemental/http/CMakeLists.txt +++ b/src/supplemental/http/CMakeLists.txt @@ -24,4 +24,5 @@ nng_sources_if(NNG_SUPP_HTTP http_conn.c http_msg.c http_public.c + http_schemes.c http_server.c) |
