mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Merge pull request #10372 from Pokechu22/discio-core-dep
CMakeLists: Change DiscIO dependency from common to core
This commit is contained in:
commit
cb19472f54
@ -66,7 +66,7 @@ add_library(discio
|
||||
|
||||
target_link_libraries(discio
|
||||
PUBLIC
|
||||
common
|
||||
core
|
||||
BZip2::BZip2
|
||||
lzma
|
||||
zstd
|
||||
|
@ -14,7 +14,6 @@ target_link_libraries(dolphin-tool
|
||||
PRIVATE
|
||||
discio
|
||||
uicommon
|
||||
videocommon
|
||||
cpp-optparse
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user