summaryrefslogtreecommitdiff
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-30 07:31:51 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-30 07:31:51 -0400
commitb1726f55ed9864e36d11cbdaf616153da4c9ddb5 (patch)
tree9ad86830035c926f6536b4ba4a429dfcbe27ac13 /core/CMakeLists.txt
parente9dd83b5435aa9c84888f80e5b79c65477c9c0a1 (diff)
parent261f365e55d4711372f7053667aa368788eabea1 (diff)
Merge branch 'master' of https://github.com/nurupo/InsertProjectNameHere into nurupo-master
Conflicts: testing/CMakeLists.txt
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r--core/CMakeLists.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index 6ddd5b9b..420308d8 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -6,12 +6,12 @@ if(WIN32)
6endif() 6endif()
7 7
8set(core_sources 8set(core_sources
9 DHT.c 9 DHT.c
10 network.c 10 network.c
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 LAN_discovery.c
15 Messenger.c) 15 Messenger.c)
16 16
17add_library(core ${core_sources}) 17add_library(core ${core_sources})