mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 17:48:37 +00:00
Update CMakeLists.txt (#16005)
This commit is contained in:
parent
ce7a53c988
commit
14a4625caf
3 changed files with 8 additions and 0 deletions
|
@ -493,6 +493,10 @@ set(LIBNETDATA_FILES
|
|||
libnetdata/string/utf8.h
|
||||
libnetdata/worker_utilization/worker_utilization.c
|
||||
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
|
||||
)
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include "health.h"
|
||||
|
||||
SILENCERS *silencers;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#ifndef NETDATA_HEALTH_LIB
|
||||
# define NETDATA_HEALTH_LIB 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue