summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-07 11:54:25 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-07 11:54:25 -0400
commita632d960f8d8095566530d1d0dc1393f02e1e07f (patch)
tree77af042fcf487468691b2dbfc7273a05fd133f48 /CMakeLists.txt
parent2528ec148c6b1865a489c232800377f1d3952f04 (diff)
Fixed to be confilcts with the DHT and the messenger part.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 388e6d91..47fca42b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6.0)
2project(TOX C) 2project(TOX C)
3 3
4set(core_sources 4set(core_sources
5 core/DHT.c 5 #core/DHT.c
6 core/network.c) 6 core/network.c)
7 7
8set(test_sources 8set(test_sources