summaryrefslogtreecommitdiff
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-23 10:29:13 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-23 10:29:13 -0400
commit658bfab41ee4aaca7498830c8e6b62ba9923ebd7 (patch)
tree7295430c2dcd3395b1923cdcbf11c1054d2d0c47 /core/CMakeLists.txt
parent9d3a8d94f21b584e199fbe04505cf0b259218ac8 (diff)
Forgot to commit a file in last commit.
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 55a41912..abd15807 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
15if(SHARED_TOXCORE) 16if(SHARED_TOXCORE)
16 add_library(toxcore SHARED ${core_sources}) 17 add_library(toxcore SHARED ${core_sources})