summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/snippets/CMakeLists.txt
blob: 77e4781c44c25d9a98c4bf1ab43d17df8fc16705 (plain)
1
2
3
4
5
6
7
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

#! [cmake_use]
find_package(Qt6 REQUIRED COMPONENTS Test)
target_link_libraries(mytarget PRIVATE Qt6::Test)
#! [cmake_use]