mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
![JosJuice](/assets/img/avatar_default.png)
This file is pretty small now that it doesn't handle Wii partitions anymore, so let's move its contents to Volume.cpp. This is also more consistent with how blob creation works.
24 lines
375 B
CMake
24 lines
375 B
CMake
set(SRCS
|
|
Blob.cpp
|
|
CISOBlob.cpp
|
|
WbfsBlob.cpp
|
|
CompressedBlob.cpp
|
|
DiscScrubber.cpp
|
|
DriveBlob.cpp
|
|
Enums.cpp
|
|
FileBlob.cpp
|
|
FileSystemGCWii.cpp
|
|
Filesystem.cpp
|
|
NANDContentLoader.cpp
|
|
NANDImporter.cpp
|
|
TGCBlob.cpp
|
|
Volume.cpp
|
|
VolumeDirectory.cpp
|
|
VolumeGC.cpp
|
|
VolumeWad.cpp
|
|
VolumeWiiCrypted.cpp
|
|
WiiWad.cpp
|
|
)
|
|
|
|
add_dolphin_library(discio "${SRCS}" "")
|