diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-03-24 13:54:02 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-03-24 13:54:06 -0400 |
| commit | 680ceb7f43e49085720e43deb995d5d1faae10f7 (patch) | |
| tree | 0840259de3b1703f756148114d8421e9cf65399f /Source/Core | |
| parent | 304aeaa9225d3b23ed8f43e1c2456bb74a611b66 (diff) | |
DiscIO/CMakeLists: Migrate off add_dolphin_library
Continues the migration work started in 3a4c3bbe01e7a44ec997f4fbf0b678fba6f2d46c
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DiscIO/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/DiscIO/CMakeLists.txt b/Source/Core/DiscIO/CMakeLists.txt index 0e6a22fd7a..28c528f986 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}" "") |
