From ffa512f5e7d24d9d9e93366bb596b9473d26d61b Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Sat, 18 Dec 2021 15:24:14 -0800 Subject: [PATCH] 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. --- Source/Core/DolphinTool/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/DolphinTool/CMakeLists.txt b/Source/Core/DolphinTool/CMakeLists.txt index 19eb651273..4b209ac98b 100644 --- a/Source/Core/DolphinTool/CMakeLists.txt +++ b/Source/Core/DolphinTool/CMakeLists.txt @@ -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