diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/CMakeLists.txt | 3 |
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 | ||
16 | if(SHARED_TOXCORE) | 15 | if(SHARED_TOXCORE) |
17 | add_library(toxcore SHARED ${core_sources}) | 16 | add_library(toxcore SHARED ${core_sources}) |