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:
Admiral H. Curtiss 2024-06-15 22:56:12 +02:00
parent c5a030e7ab
commit 693607f1d3
No known key found for this signature in database
GPG Key ID: F051B4C4044F33FB
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ add_library(uicommon
target_link_libraries(uicommon
PUBLIC
common
core
cpp-optparse
minizip::minizip
pugixml