0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-28 22:52:30 +00:00

Update CMakeLists.txt ()

This commit is contained in:
Stelios Fragkakis 2023-09-19 10:58:26 +03:00 committed by GitHub
parent ce7a53c988
commit 14a4625caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View file

@ -493,6 +493,10 @@ set(LIBNETDATA_FILES
libnetdata/string/utf8.h libnetdata/string/utf8.h
libnetdata/worker_utilization/worker_utilization.c libnetdata/worker_utilization/worker_utilization.c
libnetdata/worker_utilization/worker_utilization.h libnetdata/worker_utilization/worker_utilization.h
libnetdata/facets/facets.c
libnetdata/facets/facets.h
libnetdata/functions_evloop/functions_evloop.h
libnetdata/functions_evloop/functions_evloop.c
libnetdata/http/http_defs.h libnetdata/http/http_defs.h
) )

View file

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#include "health.h" #include "health.h"
SILENCERS *silencers; SILENCERS *silencers;

View file

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef NETDATA_HEALTH_LIB #ifndef NETDATA_HEALTH_LIB
# define NETDATA_HEALTH_LIB 1 # define NETDATA_HEALTH_LIB 1