X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=CMakeLists.txt;h=18a0e81eae354d7f5acf20330e5391890f4528c7;hb=1994f41b8a19e7c843b3d2b5a59dcd0c6aaa7e5b;hp=20aceb3cd6d2ac8aa575c69d634804684553f4e8;hpb=f266bab3d154e9e082403b89ea60d0fe35fe4096;p=netdata.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 20aceb3c..18a0e81e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -# This file is only used for development (open netdata in Clion) +# This file is only used for development (netdata in Clion) # It can build netdata, but you are on your own... cmake_minimum_required(VERSION 3.3) @@ -83,6 +83,7 @@ set(NETDATA_SOURCE_FILES src/proc_self_mountinfo.c src/proc_self_mountinfo.h src/proc_softirqs.c + src/proc_spl_kstat_zfs.c src/proc_stat.c src/proc_sys_kernel_random_entropy_avail.c src/proc_uptime.c @@ -144,7 +145,7 @@ set(NETDATA_SOURCE_FILES src/web_client.h src/web_server.c src/web_server.h - ) + src/locks.h) set(APPS_PLUGIN_SOURCE_FILES src/appconfig.c @@ -154,16 +155,31 @@ set(APPS_PLUGIN_SOURCE_FILES src/avl.h src/common.c src/common.h + src/clocks.c + src/clocks.h + src/inlined.h src/log.c src/log.h src/procfile.c src/procfile.h src/web_buffer.c src/web_buffer.h - config.h) + config.h + ) set(FREEIPMI_PLUGIN_SOURCE_FILES - src/plugin_freeipmi.c) + src/freeipmi_plugin.c + src/common.c + src/common.h + src/clocks.c + src/clocks.h + src/inlined.h + src/log.c + src/log.h + src/procfile.c + src/procfile.h + config.h + ) include_directories(AFTER .)