diff --git a/Source/Core/DiscIO/CMakeLists.txt b/Source/Core/DiscIO/CMakeLists.txt index 0e6a22fd7acf..28c528f986f7 100644 --- a/Source/Core/DiscIO/CMakeLists.txt +++ b/Source/Core/DiscIO/CMakeLists.txt @@ -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}" "")