Files
pilotclient/tests/CMakeLists.txt
Lars Toenning 1ac07275b2 [skip ci] refactor: Remove 32-bit build support
Officially we do not build for 32 bit anymore. Hence, the build
may break without notice. Hence removing the build support for now
2026-04-11 22:29:47 +02:00

15 lines
545 B
CMake

# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
add_library(tests_test INTERFACE test.h)
target_link_libraries(tests_test INTERFACE Qt::Core Qt::Test)
target_include_directories(tests_test INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(core)
add_subdirectory(gui)
add_subdirectory(misc)
if(SWIFT_BUILD_P3D_PLUGIN OR SWIFT_BUILD_MSFS_PLUGIN OR SWIFT_BUILD_MSFS2024_PLUGIN)
add_subdirectory(swiftsimpluginfsxp3d)
endif()