From 1a39c397c57cfc2008d432cc38458a45b961aff0 Mon Sep 17 00:00:00 2001 From: slvr Date: Mon, 12 Aug 2013 13:08:03 +0100 Subject: Implemented Deadline Timer and timer_test --- core/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/CMakeLists.txt') diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 55a41912..ad6eea01 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -10,7 +10,8 @@ set(core_sources LAN_discovery.c Messenger.c util.c - ping.c) + ping.c + timer.c) if(SHARED_TOXCORE) add_library(toxcore SHARED ${core_sources}) -- cgit v1.2.3