mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01: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:
parent
c5a030e7ab
commit
693607f1d3
@ -28,6 +28,7 @@ add_library(uicommon
|
||||
target_link_libraries(uicommon
|
||||
PUBLIC
|
||||
common
|
||||
core
|
||||
cpp-optparse
|
||||
minizip::minizip
|
||||
pugixml
|
||||
|
Loading…
x
Reference in New Issue
Block a user