diff --git a/Source/Core/DiscIO/CMakeLists.txt b/Source/Core/DiscIO/CMakeLists.txt index cf13329f99..e9627d0156 100644 --- a/Source/Core/DiscIO/CMakeLists.txt +++ b/Source/Core/DiscIO/CMakeLists.txt @@ -66,7 +66,7 @@ add_library(discio target_link_libraries(discio PUBLIC - common + core BZip2::BZip2 lzma zstd diff --git a/Source/Core/DolphinTool/CMakeLists.txt b/Source/Core/DolphinTool/CMakeLists.txt index a5bbe2908c..e5ccada861 100644 --- a/Source/Core/DolphinTool/CMakeLists.txt +++ b/Source/Core/DolphinTool/CMakeLists.txt @@ -14,7 +14,6 @@ target_link_libraries(dolphin-tool PRIVATE discio uicommon - videocommon cpp-optparse )