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…
Reference in New Issue