2017-03-01 05:43:43 -07:00
|
|
|
set(SRCS
|
|
|
|
Blob.cpp
|
|
|
|
CISOBlob.cpp
|
|
|
|
WbfsBlob.cpp
|
|
|
|
CompressedBlob.cpp
|
2017-06-17 04:37:30 -06:00
|
|
|
DiscExtractor.cpp
|
2017-03-01 05:43:43 -07:00
|
|
|
DiscScrubber.cpp
|
|
|
|
DriveBlob.cpp
|
|
|
|
Enums.cpp
|
|
|
|
FileBlob.cpp
|
|
|
|
FileSystemGCWii.cpp
|
|
|
|
Filesystem.cpp
|
|
|
|
NANDContentLoader.cpp
|
2017-03-19 01:00:49 -06:00
|
|
|
NANDImporter.cpp
|
2017-03-01 05:43:43 -07:00
|
|
|
TGCBlob.cpp
|
|
|
|
Volume.cpp
|
|
|
|
VolumeDirectory.cpp
|
|
|
|
VolumeGC.cpp
|
|
|
|
VolumeWad.cpp
|
2017-06-06 03:49:01 -06:00
|
|
|
VolumeWii.cpp
|
2017-03-01 05:43:43 -07:00
|
|
|
WiiWad.cpp
|
|
|
|
)
|
2010-11-01 09:47:02 -06:00
|
|
|
|
2013-10-16 22:06:34 -06:00
|
|
|
add_dolphin_library(discio "${SRCS}" "")
|