summaryrefslogtreecommitdiff
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-23 15:45:34 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-23 15:45:34 -0400
commitf8f550e2f0604fd4491c9ff01f9843573a5a9b43 (patch)
tree533c91f47d10a5bfde3b1e4eb4de4eddee0c4189 /core/CMakeLists.txt
parent05f3ae17346d7bcdd799346cab696d52bafe3a3a (diff)
parenta71361d8905f10d0dc8325f060134d135b486f60 (diff)
Merge branch 'new-api'
New, cleaner public API added. see: core/tox.h This does not break anything because the old API is still there. You are however encouraged to switch to the new API.
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r--core/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index 02a42849..49ca7c83 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -10,7 +10,8 @@ set(core_sources
10 LAN_discovery.c 10 LAN_discovery.c
11 Messenger.c 11 Messenger.c
12 util.c 12 util.c
13 ping.c) 13 ping.c
14 tox.c)
14 15
15set(core_headers 16set(core_headers
16 DHT.h 17 DHT.h