#
# This software is Licensed under the Apache License Version 2.0
# See LICENSE
#
cmake_minimum_required(VERSION 3.20)

add_library(Network STATIC Network.cpp)

target_link_libraries(Network Qt6::Network)
