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

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