summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRémi Lefèvre <remi.lefevre@parrot.com>2016-12-06 12:02:29 +0100
committerRémi Lefèvre <remi.lefevre@parrot.com>2016-12-11 11:51:53 +0100
commitff9312b7b5708d1d1da6c58465e170bd0896556b (patch)
tree9fd42606927733482d2e6aacfe1e6656cd7edc08 /CMakeLists.txt
parenta6d2de66a5d6d781dcc51a5e2bafa9c10f7765a1 (diff)
introduce new clocks API using `clock_gettime()`
Fallbacks are provided for systems that do not support clock_gettime(), CLOCK_MONOTONIC or CLOCK_BOOTTIME. Signed-off-by: Rémi Lefèvre <remi.lefevre@parrot.com>
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 79a3cc3f17..d58e66cbe0 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,6 +16,8 @@ set(NETDATA_SOURCE_FILES
src/avl.h
src/backends.c
src/backends.h
+ src/clocks.c
+ src/clocks.h
src/common.c
src/common.h
src/daemon.c