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:
Pokechu22 2021-12-18 15:24:14 -08:00
parent e7d5f8ad5c
commit ffa512f5e7

View File

@ -12,7 +12,6 @@ set_target_properties(dolphin-tool PROPERTIES OUTPUT_NAME dolphin-tool)
target_link_libraries(dolphin-tool target_link_libraries(dolphin-tool
PRIVATE PRIVATE
core
discio discio
videocommon videocommon
cpp-optparse cpp-optparse