mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Limit crashpad's INCLUDEPATH to blackcore
Summary: Only blackcore includes the headers of crashpad. It is therefore not necessary to add this include paths globally for all projects. Reviewers: #swift_pilot_client, kbasan Reviewed By: #swift_pilot_client, kbasan Subscribers: jenkins Differential Revision: https://dev.swift-project.org/D70
This commit is contained in:
@@ -37,8 +37,6 @@ msvc {
|
||||
|
||||
INCLUDEPATH *= $$EXTERNALSROOT/common/include
|
||||
INCLUDEPATH *= $$EXTERNALSROOT/$$EXTERNALS_SPEC/include
|
||||
INCLUDEPATH *= $$EXTERNALSROOT/common/include/crashpad
|
||||
INCLUDEPATH *= $$EXTERNALSROOT/common/include/mini_chromium
|
||||
|
||||
equals(WORD_SIZE,64) {
|
||||
EXTERNALS_BIN_DIR = $$EXTERNALSROOT/$$EXTERNALS_SPEC/bin64
|
||||
|
||||
@@ -19,6 +19,9 @@ PRECOMPILED_HEADER = pch/pch.h
|
||||
|
||||
DEFINES += LOG_IN_FILE BUILD_BLACKCORE_LIB
|
||||
|
||||
INCLUDEPATH *= $$EXTERNALSROOT/common/include/crashpad
|
||||
INCLUDEPATH *= $$EXTERNALSROOT/common/include/mini_chromium
|
||||
|
||||
HEADERS += *.h
|
||||
HEADERS += $$PWD/application/*.h
|
||||
HEADERS += $$PWD/audio/*.h
|
||||
|
||||
Reference in New Issue
Block a user