diff options
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 6ddd5b9b..7e5c119a 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt | |||
@@ -12,6 +12,7 @@ set(core_sources | |||
12 | net_crypto.c | 12 | net_crypto.c |
13 | friend_requests.c | 13 | friend_requests.c |
14 | LAN_discovery.c | 14 | LAN_discovery.c |
15 | Messenger.c) | 15 | Messenger.c |
16 | misc_tools.c) | ||
16 | 17 | ||
17 | add_library(core ${core_sources}) | 18 | add_library(core ${core_sources}) |