summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qlockfile/qlockfiletesthelper/CMakeLists.txt
blob: c8bde9d606d317aedca73b027e1a8b5ecec504b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## qlockfile_test_helper Binary:
#####################################################################

qt_internal_add_test_helper(qlockfile_test_helper
    OVERRIDE_OUTPUT_DIRECTORY
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        qlockfile_test_helper.cpp
)