X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=8931d8f8060066513a837a54a1242e7fd4147170;hb=cbafeb005921f0e48d0de62331960ea644d9e2f4;hp=9dc59010cb24e5d7ca8c249bb483bead28064d00;hpb=5b9054a89f2be6b0d47eaba8fc7cd5e923a9d35a;p=netdata.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dc59010..8931d8f8 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,7 @@ set(NETDATA_SOURCE_FILES src/dictionary.h src/eval.c src/eval.h + src/freebsd_sysctl.c src/global_statistics.c src/global_statistics.h src/health.c @@ -123,7 +124,7 @@ set(NETDATA_SOURCE_FILES src/web_client.h src/web_server.c src/web_server.h - src/rrdhost.c src/rrdfamily.c src/rrdset.c src/rrddim.c) + src/rrdhost.c src/rrdfamily.c src/rrdset.c src/rrddim.c src/health_log.c src/health_config.c src/health_json.c src/rrdcalc.c src/rrdcalctemplate.c src/rrdvar.c src/rrddimvar.c src/rrdsetvar.c src/rrdpush.c src/rrdpush.h src/web_api_old.c src/web_api_old.h src/web_api_v1.c src/web_api_v1.h src/rrd2json_api_old.c src/rrd2json_api_old.h) set(APPS_PLUGIN_SOURCE_FILES src/appconfig.c