Update CMakeLists.txt (#16005)
Stelios Fragkakis committed
Sep 19, 2023 at 10:58 UTC
14a4625cafe45dfbb27cf1b903cc274886b4fdd5
3 files changed
+8
CMakeLists.txt
+4
@@ -493,6 +493,10 @@ set(LIBNETDATA_FILES
493
libnetdata/string/utf8.h
494
libnetdata/worker_utilization/worker_utilization.c
495
libnetdata/worker_utilization/worker_utilization.h
496
+ libnetdata/facets/facets.c
497
+ libnetdata/facets/facets.h
498
+ libnetdata/functions_evloop/functions_evloop.h
499
+ libnetdata/functions_evloop/functions_evloop.c
500
libnetdata/http/http_defs.h
501
)
502
libnetdata/health/health.c
+2
@@ -1,3 +1,5 @@
1
+// SPDX-License-Identifier: GPL-3.0-or-later
2
+
3
#include "health.h"
4
5
SILENCERS *silencers;
libnetdata/health/health.h
+2
@@ -1,3 +1,5 @@
1
+// SPDX-License-Identifier: GPL-3.0-or-later
2
+
3
#ifndef NETDATA_HEALTH_LIB
4
# define NETDATA_HEALTH_LIB 1
5