summaryrefslogtreecommitdiff
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-20 15:28:16 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-20 15:28:16 -0400
commit2f66b312442f15f24adaf7216f5bc61390fdc016 (patch)
tree0684e6ab5ccf839e44e0c73482b977df60e759ca /core/CMakeLists.txt
parentac621d96d3139ca09eeebd509d6f6b92380f4f41 (diff)
nTox and cmake fixed.
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r--core/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
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
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 timer.c)
15 14
16if(SHARED_TOXCORE) 15if(SHARED_TOXCORE)
17 add_library(toxcore SHARED ${core_sources}) 16 add_library(toxcore SHARED ${core_sources})