summaryrefslogtreecommitdiffstats
path: root/src/Net/CMakeLists.txt
blob: 7d38d7a3e7e704cef4df98134c6ef7cdaca36c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
include_directories(${INCLUDES})

mad_library(Net
  export.h
  
  ClientConnection.cpp ClientConnection.h
  Connection.cpp Connection.h
  Listener.cpp Listener.h
  Packet.cpp Packet.h
)
target_link_libraries(Net Core ${OPENSSL_LIBRARIES})