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

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