mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
CMake: Let UICommon depend on Core
This is already the case implicitly by UICommon including several headers from Core, so just make it explicit
This commit is contained in:
@ -28,6 +28,7 @@ add_library(uicommon
|
|||||||
target_link_libraries(uicommon
|
target_link_libraries(uicommon
|
||||||
PUBLIC
|
PUBLIC
|
||||||
common
|
common
|
||||||
|
core
|
||||||
cpp-optparse
|
cpp-optparse
|
||||||
minizip::minizip
|
minizip::minizip
|
||||||
pugixml
|
pugixml
|
||||||
|
Reference in New Issue
Block a user