Files
pilotclient/tests/blacksimpluginfsxp3d/CMakeLists.txt
2023-11-12 21:36:21 +01:00

11 lines
410 B
CMake

# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
include(${PROJECT_SOURCE_DIR}/cmake/swift_test.cmake)
add_swift_test(
NAME simpluginfsx
SOURCES blacksimpluginfsxp3dtest.h testblacksimpluginfsxp3d.cpp blacksimpluginfsxp3dtest.h
LINK_LIBRARIES Qt::Core fsxcommon tests_test
)