mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 02:21:26 +02:00
DolphinTool: Remove direct dependency on core
Videocommon also depends on core, which resulted in linking errors (though I'm not sure why). Ideally, dolphintool woudln't depend on videocommon... but some stuff in core does.
This commit is contained in:
parent
e7d5f8ad5c
commit
ffa512f5e7
@ -12,7 +12,6 @@ set_target_properties(dolphin-tool PROPERTIES OUTPUT_NAME dolphin-tool)
|
||||
|
||||
target_link_libraries(dolphin-tool
|
||||
PRIVATE
|
||||
core
|
||||
discio
|
||||
videocommon
|
||||
cpp-optparse
|
||||
|
Loading…
Reference in New Issue
Block a user