summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2023-05-10 13:37:44 +0200
committerGitHub <noreply@github.com>2023-05-10 13:37:44 +0200
commit66c47355b4c0a33f7cef0615fe7331bbce463361 (patch)
tree728e4ac73f09d893d32d6c851c9bd316f158430e /CMakeLists.txt
parent836a56a956f252935dd2ed4908aab57e1a95ccaf (diff)
initial minimal h2o webserver integration (#14585)
Introduces h2o based web server as an alternative
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2447abb6cc..b220af9f1a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -513,6 +513,7 @@ set(LIBNETDATA_FILES
libnetdata/worker_utilization/worker_utilization.h
libnetdata/parser/parser.h
libnetdata/parser/parser.c
+ libnetdata/http/http_defs.h
)
IF(ENABLE_PLUGIN_EBPF)