diff options
| author | Léo Lam <leolino.lam@gmail.com> | 2018-03-24 19:47:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-24 19:47:24 +0100 |
| commit | 08b1fd5c3516ff2f4e71239c0014a5dbc3a26382 (patch) | |
| tree | 0840259de3b1703f756148114d8421e9cf65399f /Source/Core | |
| parent | 304aeaa9225d3b23ed8f43e1c2456bb74a611b66 (diff) | |
| parent | 680ceb7f43e49085720e43deb995d5d1faae10f7 (diff) | |
Merge pull request #6512 from lioncash/discio-cmake
DiscIO/CMakeLists: Migrate off add_dolphin_library
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}" "") |
