1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 16:43:52 +01:00

Removed old build system

This was fun!!! Holler if I had too much fun. :-)
This commit is contained in:
Leland Lucius
2020-05-24 13:18:47 -05:00
parent 1075f15182
commit c42d188e7b
370 changed files with 7 additions and 319993 deletions

View File

@@ -15,7 +15,11 @@ cmd_option( ${_OPT}use_wxwidgets
if( ${_OPT}use_wxwidgets STREQUAL "system" )
# Make sure shared libs are preferred over static
set( BUILD_SHARED_LIBS YES )
find_package(wxWidgets)
# Specify all of the components we'll need since "html" and "qa" aren't
# included in the default list
find_package(wxWidgets REQUIRED COMPONENTS base core html net qa)
unset( BUILD_SHARED_LIBS )
endif()