26 lines
597 B
CMake
26 lines
597 B
CMake
set(SRCS Src/BannerLoader.cpp
|
|
Src/BannerLoaderGC.cpp
|
|
Src/BannerLoaderWii.cpp
|
|
Src/Blob.cpp
|
|
Src/CompressedBlob.cpp
|
|
Src/DiscScrubber.cpp
|
|
Src/DriveBlob.cpp
|
|
Src/FileBlob.cpp
|
|
Src/FileHandlerARC.cpp
|
|
Src/FileMonitor.cpp
|
|
Src/Filesystem.cpp
|
|
Src/FileSystemGCWii.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
|
|
Src/AES/aes_cbc.c
|
|
Src/AES/aes_core.c)
|
|
|
|
add_library(discio STATIC ${SRCS})
|
|
target_link_libraries(discio common)
|