mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
DiscIO/CMakeLists: Specify headers in target sources
This commit is contained in:
@ -1,26 +1,48 @@
|
|||||||
add_library(discio
|
add_library(discio
|
||||||
Blob.cpp
|
Blob.cpp
|
||||||
|
Blob.h
|
||||||
CISOBlob.cpp
|
CISOBlob.cpp
|
||||||
WbfsBlob.cpp
|
CISOBlob.h
|
||||||
CompressedBlob.cpp
|
CompressedBlob.cpp
|
||||||
|
CompressedBlob.h
|
||||||
DirectoryBlob.cpp
|
DirectoryBlob.cpp
|
||||||
|
DirectoryBlob.h
|
||||||
DiscExtractor.cpp
|
DiscExtractor.cpp
|
||||||
|
DiscExtractor.h
|
||||||
DiscScrubber.cpp
|
DiscScrubber.cpp
|
||||||
|
DiscScrubber.h
|
||||||
DriveBlob.cpp
|
DriveBlob.cpp
|
||||||
|
DriveBlob.h
|
||||||
Enums.cpp
|
Enums.cpp
|
||||||
|
Enums.h
|
||||||
FileBlob.cpp
|
FileBlob.cpp
|
||||||
|
FileBlob.h
|
||||||
FileSystemGCWii.cpp
|
FileSystemGCWii.cpp
|
||||||
|
FileSystemGCWii.h
|
||||||
Filesystem.cpp
|
Filesystem.cpp
|
||||||
|
Filesystem.h
|
||||||
NANDImporter.cpp
|
NANDImporter.cpp
|
||||||
|
NANDImporter.h
|
||||||
TGCBlob.cpp
|
TGCBlob.cpp
|
||||||
|
TGCBlob.h
|
||||||
Volume.cpp
|
Volume.cpp
|
||||||
|
Volume.h
|
||||||
VolumeFileBlobReader.cpp
|
VolumeFileBlobReader.cpp
|
||||||
|
VolumeFileBlobReader.h
|
||||||
VolumeGC.cpp
|
VolumeGC.cpp
|
||||||
|
VolumeGC.h
|
||||||
VolumeVerifier.cpp
|
VolumeVerifier.cpp
|
||||||
|
VolumeVerifier.h
|
||||||
VolumeWad.cpp
|
VolumeWad.cpp
|
||||||
|
VolumeWad.h
|
||||||
VolumeWii.cpp
|
VolumeWii.cpp
|
||||||
|
VolumeWii.h
|
||||||
|
WbfsBlob.cpp
|
||||||
|
WbfsBlob.h
|
||||||
WiiSaveBanner.cpp
|
WiiSaveBanner.cpp
|
||||||
|
WiiSaveBanner.h
|
||||||
WiiWad.cpp
|
WiiWad.cpp
|
||||||
|
WiiWad.h
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(discio
|
target_link_libraries(discio
|
||||||
|
Reference in New Issue
Block a user