Skip to content

Commit

Permalink
DiscIO/CMakeLists: Migrate off add_dolphin_library
Browse files Browse the repository at this point in the history
Continues the migration work started in 3a4c3bb
  • Loading branch information
lioncash committed Mar 24, 2018
1 parent 304aeaa commit 680ceb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Source/Core/DiscIO/CMakeLists.txt
@@ -1,4 +1,4 @@
set(SRCS
add_library(discio
Blob.cpp
CISOBlob.cpp
WbfsBlob.cpp
Expand All @@ -21,5 +21,3 @@ set(SRCS
WiiSaveBanner.cpp
WiiWad.cpp
)

add_dolphin_library(discio "${SRCS}" "")

0 comments on commit 680ceb7

Please sign in to comment.