Skip to content

Commit

Permalink
Merge pull request #6512 from lioncash/discio-cmake
Browse files Browse the repository at this point in the history
DiscIO/CMakeLists: Migrate off add_dolphin_library
  • Loading branch information
leoetlino committed Mar 24, 2018
2 parents 304aeaa + 680ceb7 commit 08b1fd5
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 08b1fd5

Please sign in to comment.