summaryrefslogtreecommitdiff
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
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})