summaryrefslogtreecommitdiffstats
path: root/tests/auto/httpserver/CMakeLists.txt
blob: 0a1f881b90e141a2b77cb7e56f6272d285c57e10 (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(minimal LANGUAGES CXX)

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

include(httpserver.cmake)