mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-07 18:15:51 +08:00
Moved FSX specific implementation into blacksim/fsx and
converted it into a plugin. refs #190
This commit is contained in:
@@ -21,6 +21,10 @@ contains(BLACK_CONFIG, BlackGui) {
|
||||
|
||||
contains(BLACK_CONFIG, BlackSim) {
|
||||
SUBDIRS += src/blacksim
|
||||
|
||||
contains(BLACK_CONFIG, FSX) {
|
||||
SUBDIRS += src/blacksim/fsx/plugin_fsx.pro
|
||||
}
|
||||
}
|
||||
|
||||
contains(BLACK_CONFIG, Samples) {
|
||||
|
||||
Reference in New Issue
Block a user