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:
Avery King
2025-03-19 15:57:37 -07:00
parent 58df66a217
commit 8e58d68a4c
2 changed files with 1 additions and 3 deletions

View File

@@ -17,8 +17,7 @@ set( SOURCES
)
set( LIBRARIES
lib-files-interface
wxWidgets::wxWidgets
)
)
tenacity_library( lib-theme "${SOURCES}" "${LIBRARIES}"
"" ""
)

View File

@@ -37,7 +37,6 @@ set( SOURCES
set( LIBRARIES
lib-files-interface
wxWidgets::wxWidgets
)
tenacity_library( lib-wx-wrappers "${SOURCES}" "${LIBRARIES}"