mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
Provides to use the system wxWidgets install
The default is to use the system one if found. If the WXWIN environment variable is set and points to a valid wxWidgets tree, that will be used. Otherwise, it will search the platform specific locations. You can use a local library instead with: cmake -Duse_system_wxwigets=no ... In this case it will look for the WXWIN environment variable and use that or it will download the Audacity specific wxWidgets source. In both cases, wxWidgets will be built as part of the Audacity project.
This commit is contained in:
@@ -25,6 +25,7 @@ list( APPEND SOURCES
|
||||
list( APPEND INCLUDES
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_BINARY_DIR}/private
|
||||
$<$<PLATFORM_ID:Windows>:$ENV{WXWIN}/src/zlib>
|
||||
PUBLIC
|
||||
${TARGET_ROOT}
|
||||
)
|
||||
|
Reference in New Issue
Block a user