mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
ac5c82b36b
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}" "")
|