mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-12 09:45:04 -04:00
18 lines
564 B
CMake
18 lines
564 B
CMake
add_library(aurora_card STATIC
|
|
lib/card/BlockAllocationTable.cpp
|
|
lib/card/CardRawFile.cpp
|
|
lib/card/CardGciFolder.cpp
|
|
lib/card/Directory.cpp
|
|
lib/card/DolphinCardPath.cpp
|
|
lib/card/File.cpp
|
|
lib/card/FileIO.cpp
|
|
lib/card/SRAM.cpp
|
|
lib/card/Util.cpp
|
|
lib/dolphin/card.cpp
|
|
)
|
|
add_library(aurora::card ALIAS aurora_card)
|
|
set_target_properties(aurora_card PROPERTIES FOLDER "aurora")
|
|
|
|
target_link_libraries(aurora_card PUBLIC aurora::core)
|
|
target_include_directories(aurora_card PRIVATE include)
|