mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
765fb4bbe3
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6686 8ced0084-cf51-0410-be5f-012b33b47a6e
25 lines
574 B
CMake
25 lines
574 B
CMake
set(SRCS Src/BannerLoader.cpp
|
|
Src/BannerLoaderGC.cpp
|
|
Src/BannerLoaderWii.cpp
|
|
Src/Blob.cpp
|
|
Src/CISOBlob.cpp
|
|
Src/CompressedBlob.cpp
|
|
Src/DiscScrubber.cpp
|
|
Src/DriveBlob.cpp
|
|
Src/FileBlob.cpp
|
|
Src/FileHandlerARC.cpp
|
|
Src/FileMonitor.cpp
|
|
Src/FileSystemGCWii.cpp
|
|
Src/Filesystem.cpp
|
|
Src/NANDContentLoader.cpp
|
|
Src/VolumeCommon.cpp
|
|
Src/VolumeCreator.cpp
|
|
Src/VolumeDirectory.cpp
|
|
Src/VolumeGC.cpp
|
|
Src/VolumeWad.cpp
|
|
Src/VolumeWiiCrypted.cpp
|
|
Src/WiiWad.cpp)
|
|
|
|
add_library(discio STATIC ${SRCS})
|
|
target_link_libraries(discio common)
|