# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors # SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1 # This file contains definitions for all PCHs. # The definitions are collected because targets might reuse headers from another target and also adds own headers. # For example "core" uses the same PCH as "misc" but with additional headers included. set(SWIFT_MISC_PCH [["misc/collection.h"]] [["misc/containerbase.h"]] [["misc/dbus.h"]] [["misc/dictionary.h"]] [["misc/iterator.h"]] [["misc/json.h"]] [["misc/metaclass.h"]] [["misc/range.h"]] [["misc/sequence.h"]] [["misc/valueobject.h"]] [["misc/verify.h"]] [["misc/worker.h"]] ) set(SWIFT_CORE_PCH ) set(SWIFT_GUI_PCH [["core/context/contextapplication.h"]] [["core/context/contextaudio.h"]] [["core/context/contextnetwork.h"]] [["core/context/contextownaircraft.h"]] [["core/context/contextsimulator.h"]] )