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…
Reference in New Issue