mirror of
https://codeberg.org/tenacityteam/tenacity
synced 2025-09-27 16:56:19 +02:00
Fix wxWidgets dependency propogation
This fixes an error with wxEventFilter's constructor and destructor defined in multiple places. It stems from upstream's conversion of wxBase into an actual target and not just an alias. (Eventually, we'll sort this out later, but for now, this fixes it). Signed-off-by: Avery King <gperson@disroot.org>
This commit is contained in:
@@ -17,8 +17,7 @@ set( SOURCES
|
||||
)
|
||||
set( LIBRARIES
|
||||
lib-files-interface
|
||||
wxWidgets::wxWidgets
|
||||
)
|
||||
)
|
||||
tenacity_library( lib-theme "${SOURCES}" "${LIBRARIES}"
|
||||
"" ""
|
||||
)
|
||||
|
@@ -37,7 +37,6 @@ set( SOURCES
|
||||
|
||||
set( LIBRARIES
|
||||
lib-files-interface
|
||||
wxWidgets::wxWidgets
|
||||
)
|
||||
|
||||
tenacity_library( lib-wx-wrappers "${SOURCES}" "${LIBRARIES}"
|
||||
|
Reference in New Issue
Block a user