mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-08 08:30:02 +02:00
Add wxBase, so the master will build fine
This commit is contained in:
parent
8eb4654a9c
commit
ad7faee418
@ -92,3 +92,6 @@ if( NOT CMAKE_SYSTEM_NAME MATCHES "Windows|Darwin" )
|
||||
pkg_check_modules( GTK REQUIRED IMPORTED_TARGET GLOBAL ${gtk} )
|
||||
pkg_check_modules( GLIB REQUIRED IMPORTED_TARGET GLOBAL ${glib} )
|
||||
endif()
|
||||
|
||||
set_target_properties(wxwidgets::base PROPERTIES IMPORTED_GLOBAL On)
|
||||
add_library( wxBase ALIAS wxwidgets::base )
|
||||
|
Loading…
x
Reference in New Issue
Block a user