summaryrefslogtreecommitdiff
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-26 10:24:56 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-26 10:24:56 -0400
commit3d1c77dc57687b7ae995dc1aeaf65bdee96341c6 (patch)
tree3a48a66c2d3b26a28aec11031170b185a5fb24a7 /core/CMakeLists.txt
parent8c70b7c11d6d5acc08e234554f187b18876fd5d3 (diff)
Added basic Local/LAN discovery.
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r--core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index ab4ff4bc..6ddd5b9b 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -11,6 +11,7 @@ set(core_sources
11 Lossless_UDP.c 11 Lossless_UDP.c
12 net_crypto.c 12 net_crypto.c
13 friend_requests.c 13 friend_requests.c
14 LAN_discovery.c
14 Messenger.c) 15 Messenger.c)
15 16
16add_library(core ${core_sources}) 17add_library(core ${core_sources})