]> arthur.barton.de Git - netdata.git/blobdiff - CMakeLists.txt
older browsers compatibility fix; fixed a bug introduced with #290 due to #286 that...
[netdata.git] / CMakeLists.txt
index 2c7abd26f62b9da1656c46d146e4965fb3cf4533..251461003822cd7f6cfea7d9a8783169ef28c730 100755 (executable)
@@ -88,6 +88,8 @@ set(APPS_PLUGIN_SOURCE_FILES
        src/log.h
         config.h)
 
+include_directories(AFTER .)
+
 add_definitions(-DHAVE_CONFIG_H -DNETDATA_INTERNAL_CHECKS=1 -DCACHE_DIR="/tmp" -DCONFIG_DIR="/tmp" -DLOG_DIR="/tmp" -DPLUGINS_DIR="/tmp" -DWEB_DIR="/tmp")
 
 add_executable(netdata ${NETDATA_SOURCE_FILES})