mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +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
|
HEADERS += *.h
|
||||||
SOURCES += *.cpp
|
SOURCES += *.cpp
|
||||||
|
|
||||||
|
|
||||||
HEADERS += $$PWD/fscommon/*.h
|
HEADERS += $$PWD/fscommon/*.h
|
||||||
SOURCES += $$PWD/fscommon/*.cpp
|
SOURCES += $$PWD/fscommon/*.cpp
|
||||||
|
|
||||||
HEADERS += $$PWD/fsx/*.h
|
contains(BLACK_CONFIG, FSX) {
|
||||||
SOURCES += $$PWD/fsx/*.cpp
|
HEADERS += $$PWD/fsx/*.h
|
||||||
|
SOURCES += $$PWD/fsx/*.cpp
|
||||||
|
}
|
||||||
|
|
||||||
DESTDIR = ../../lib
|
DESTDIR = ../../lib
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user