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
|
target_link_libraries(uicommon
|
||||||
PUBLIC
|
PUBLIC
|
||||||
common
|
common
|
||||||
|
core
|
||||||
cpp-optparse
|
cpp-optparse
|
||||||
minizip::minizip
|
minizip::minizip
|
||||||
pugixml
|
pugixml
|
||||||
|
|
Loading…
Reference in New Issue