DiscIO/CMakeLists: Specify headers in target sources
This commit is contained in:
parent
cd351fd478
commit
cbcafd6830
|
@ -1,26 +1,48 @@
|
|||
add_library(discio
|
||||
Blob.cpp
|
||||
Blob.h
|
||||
CISOBlob.cpp
|
||||
WbfsBlob.cpp
|
||||
CISOBlob.h
|
||||
CompressedBlob.cpp
|
||||
CompressedBlob.h
|
||||
DirectoryBlob.cpp
|
||||
DirectoryBlob.h
|
||||
DiscExtractor.cpp
|
||||
DiscExtractor.h
|
||||
DiscScrubber.cpp
|
||||
DiscScrubber.h
|
||||
DriveBlob.cpp
|
||||
DriveBlob.h
|
||||
Enums.cpp
|
||||
Enums.h
|
||||
FileBlob.cpp
|
||||
FileBlob.h
|
||||
FileSystemGCWii.cpp
|
||||
FileSystemGCWii.h
|
||||
Filesystem.cpp
|
||||
Filesystem.h
|
||||
NANDImporter.cpp
|
||||
NANDImporter.h
|
||||
TGCBlob.cpp
|
||||
TGCBlob.h
|
||||
Volume.cpp
|
||||
Volume.h
|
||||
VolumeFileBlobReader.cpp
|
||||
VolumeFileBlobReader.h
|
||||
VolumeGC.cpp
|
||||
VolumeGC.h
|
||||
VolumeVerifier.cpp
|
||||
VolumeVerifier.h
|
||||
VolumeWad.cpp
|
||||
VolumeWad.h
|
||||
VolumeWii.cpp
|
||||
VolumeWii.h
|
||||
WbfsBlob.cpp
|
||||
WbfsBlob.h
|
||||
WiiSaveBanner.cpp
|
||||
WiiSaveBanner.h
|
||||
WiiWad.cpp
|
||||
WiiWad.h
|
||||
)
|
||||
|
||||
target_link_libraries(discio
|
||||
|
|
Loading…
Reference in New Issue