project(NetEx) add_library( NetEx STATIC HttpClient.cpp HttpServer.cpp HttpServlet.cpp HttpServletExec.cpp NetAddr.cpp NetClient.cpp NetGram.cpp NetHost.cpp NetLayer.cpp NetLink.cpp NetMsg.cpp NetPeer.cpp NetServer.cpp NetSock.cpp ) target_include_directories( NetEx PUBLIC . ) target_link_libraries( NetEx PUBLIC FoundationEx )