mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Merge pull request #6512 from lioncash/discio-cmake
DiscIO/CMakeLists: Migrate off add_dolphin_library
This commit is contained in:
commit
08b1fd5c35
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
set(SRCS
|
||||
add_library(discio
|
||||
Blob.cpp
|
||||
CISOBlob.cpp
|
||||
WbfsBlob.cpp
|
||||
|
@ -21,5 +21,3 @@ set(SRCS
|
|||
WiiSaveBanner.cpp
|
||||
WiiWad.cpp
|
||||
)
|
||||
|
||||
add_dolphin_library(discio "${SRCS}" "")
|
||||
|
|
Loading…
Add table
Reference in a new issue