mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
cmake: Reindent AudioCommon
This commit is contained in:
parent
3be364073d
commit
f1ba7832a5
1 changed files with 26 additions and 24 deletions
|
@ -1,8 +1,10 @@
|
||||||
set(SRCS AudioCommon.cpp
|
set(SRCS
|
||||||
|
AudioCommon.cpp
|
||||||
DPL2Decoder.cpp
|
DPL2Decoder.cpp
|
||||||
Mixer.cpp
|
Mixer.cpp
|
||||||
WaveFile.cpp
|
WaveFile.cpp
|
||||||
NullSoundStream.cpp)
|
NullSoundStream.cpp
|
||||||
|
)
|
||||||
|
|
||||||
set(LIBS "")
|
set(LIBS "")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue