From 658bfab41ee4aaca7498830c8e6b62ba9923ebd7 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 23 Aug 2013 10:29:13 -0400 Subject: Forgot to commit a file in last commit. --- 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..abd15807 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 + tox.c) if(SHARED_TOXCORE) add_library(toxcore SHARED ${core_sources}) -- cgit v1.2.3