mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Build subfolder FSX only when enabled in the config.
This commit is contained in:
@@ -25,11 +25,14 @@ else: PRE_TARGETDEPS += ../../lib/libblackmisc.a
|
||||
HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
|
||||
|
||||
HEADERS += $$PWD/fscommon/*.h
|
||||
SOURCES += $$PWD/fscommon/*.cpp
|
||||
|
||||
HEADERS += $$PWD/fsx/*.h
|
||||
SOURCES += $$PWD/fsx/*.cpp
|
||||
contains(BLACK_CONFIG, FSX) {
|
||||
HEADERS += $$PWD/fsx/*.h
|
||||
SOURCES += $$PWD/fsx/*.cpp
|
||||
}
|
||||
|
||||
DESTDIR = ../../lib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user