summaryrefslogtreecommitdiffstats
path: root/common/network/CMakeLists.txt
blob: 2afba7c09c93ed5446c815f64905b4e1487b340c (plain)
1
2
3
4
include_directories(${CMAKE_SOURCE_DIR}/common)

add_library(network STATIC
  TcpSocket.cxx)