summaryrefslogtreecommitdiffstats
path: root/src/Net/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/Net/CMakeLists.txt')
-rw-r--r--src/Net/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Net/CMakeLists.txt b/src/Net/CMakeLists.txt
index ceaf6bd..7d38d7a 100644
--- a/src/Net/CMakeLists.txt
+++ b/src/Net/CMakeLists.txt
@@ -1,6 +1,8 @@
include_directories(${INCLUDES})
-add_library(Net STATIC
+mad_library(Net
+ export.h
+
ClientConnection.cpp ClientConnection.h
Connection.cpp Connection.h
Listener.cpp Listener.h