mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
feat: add native msfs2024 support
This commit is contained in:
@@ -18,11 +18,11 @@ if(SWIFT_BUILD_XPLANE_PLUGIN)
|
||||
add_subdirectory(xplaneconfig)
|
||||
endif()
|
||||
|
||||
if(SWIFT_BUILD_FS9_PLUGIN OR SWIFT_BUILD_FSX_PLUGIN OR SWIFT_BUILD_P3D_PLUGIN OR SWIFT_BUILD_MSFS_PLUGIN)
|
||||
if(SWIFT_BUILD_FS9_PLUGIN OR SWIFT_BUILD_FSX_PLUGIN OR SWIFT_BUILD_P3D_PLUGIN OR SWIFT_BUILD_MSFS_PLUGIN OR SWIFT_BUILD_MSFS2024_PLUGIN)
|
||||
add_subdirectory(fscommon)
|
||||
endif()
|
||||
|
||||
if(SWIFT_BUILD_FSX_PLUGIN OR SWIFT_BUILD_P3D_PLUGIN OR SWIFT_BUILD_MSFS_PLUGIN)
|
||||
if(SWIFT_BUILD_FSX_PLUGIN OR SWIFT_BUILD_P3D_PLUGIN OR SWIFT_BUILD_MSFS_PLUGIN OR SWIFT_BUILD_MSFS2024_PLUGIN)
|
||||
add_subdirectory(fsxcommon)
|
||||
endif()
|
||||
|
||||
@@ -37,7 +37,10 @@ endif()
|
||||
|
||||
if(SWIFT_BUILD_MSFS_PLUGIN)
|
||||
add_subdirectory(msfs)
|
||||
add_subdirectory(msfsconfig)
|
||||
endif()
|
||||
|
||||
if(SWIFT_BUILD_MSFS2024_PLUGIN)
|
||||
add_subdirectory(msfs2024)
|
||||
endif()
|
||||
|
||||
if(SWIFT_BUILD_FSX_PLUGIN)
|
||||
|
||||
Reference in New Issue
Block a user