summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
blob: 179e8eb8da79c65239f1e0158e93838c794eefe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Generated from tests.pro.

if(NOT TARGET Qt::Test)
    cmake_minimum_required(VERSION 3.15.0)
    project(QtSerialPortTests VERSION 6.0.0 LANGUAGES C CXX)
    find_package(Qt6 ${PROJECT_VERSION} REQUIRED COMPONENTS BuildInternals Core SerialPort Test)
    find_package(Qt6 ${PROJECT_VERSION} OPTIONAL_COMPONENTS Xml)
    qt_set_up_standalone_tests_build()
endif()

qt_build_tests()