summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-01-17 00:39:55 +0100
committerGitHub <noreply@github.com>2022-01-17 00:39:55 +0100
commitcb19472f54a9fbd9883e8246d6bb4e9ba63ff371 (patch)
tree0f250b3c9fc4b8a181ca2f18bf910b2d6cff48f4 /Source
parentb7ac11080eb00424c2a54c2c3d02103e94e67695 (diff)
parent7935e614d1469175fe30f1d6aa89c21798f24461 (diff)
Merge pull request #10372 from Pokechu22/discio-core-dep
CMakeLists: Change DiscIO dependency from common to core
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DiscIO/CMakeLists.txt2
-rw-r--r--Source/Core/DolphinTool/CMakeLists.txt1
2 files changed, 1 insertions, 2 deletions
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
)