mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
Add CMake support
This commit is contained in:
14
tests/CMakeLists.txt
Normal file
14
tests/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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(blackcore)
|
||||
add_subdirectory(blackgui)
|
||||
add_subdirectory(blackmisc)
|
||||
|
||||
if(SWIFT_BUILD_FSX_PLUGIN)
|
||||
add_subdirectory(blacksimpluginfsxp3d)
|
||||
endif()
|
||||
Reference in New Issue
Block a user