From 2f66b312442f15f24adaf7216f5bc61390fdc016 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 20 Aug 2013 15:28:16 -0400 Subject: nTox and cmake fixed. --- core/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/CMakeLists.txt') diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index ad6eea01..55a41912 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -10,8 +10,7 @@ set(core_sources LAN_discovery.c Messenger.c util.c - ping.c - timer.c) + ping.c) if(SHARED_TOXCORE) add_library(toxcore SHARED ${core_sources}) -- cgit v1.2.3