summaryrefslogtreecommitdiffstats
path: root/tests/auto/httpserver/CMakeLists.txt
blob: b8233e7465fde1a376e1bdf3c1828e6023f2ba41 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

cmake_minimum_required(VERSION 3.18)
project(httpserver LANGUAGES CXX)

find_package(Qt6 COMPONENTS Core)
find_package(Qt6 COMPONENTS Network)

include(httpserver.cmake)