Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Network/LoopBackNetwork/CMakeLists.txt')
-rw-r--r--source/gameengine/Network/LoopBackNetwork/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/gameengine/Network/LoopBackNetwork/CMakeLists.txt b/source/gameengine/Network/LoopBackNetwork/CMakeLists.txt
index e7c34f5a2a0..eae2971ce6a 100644
--- a/source/gameengine/Network/LoopBackNetwork/CMakeLists.txt
+++ b/source/gameengine/Network/LoopBackNetwork/CMakeLists.txt
@@ -24,8 +24,6 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(SRC NG_LoopBackNetworkDeviceInterface.cpp)
-
SET(INC
.
../../../../source/kernel/gen_system
@@ -33,4 +31,8 @@ SET(INC
../../../../source/gameengine/Network
)
+SET(SRC
+ NG_LoopBackNetworkDeviceInterface.cpp
+)
+
BLENDERLIB(bf_loopbacknetwork "${SRC}" "${INC}")