mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
SOURCES += \
|
|
$$files($$PWD/codecs/opusdecoder.cpp) \
|
|
$$files($$PWD/codecs/opusencoder.cpp) \
|
|
|
|
HEADERS += \
|
|
$$files($$PWD/codecs/opusdecoder.h) \
|
|
$$files($$PWD/codecs/opusencoder.h) \
|