mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 23:55:50 +01:00
Add sc4 plug-in to CMake build for Windows and Mac
This commit is contained in:
@@ -547,6 +547,11 @@ add_subdirectory( "cmake-proxies/mod-null" )
|
||||
add_subdirectory( "cmake-proxies/mod-nyq-bench" )
|
||||
add_subdirectory( "cmake-proxies/mod-script-pipe" )
|
||||
|
||||
# Only need the sc4_1882 Ladspa plug-in on Windows and Mac
|
||||
if( CMAKE_SYSTEM_NAME MATCHES "Windows|Darwin" )
|
||||
add_subdirectory( "cmake-proxies/ladspa-plugins" )
|
||||
endif()
|
||||
|
||||
# Uncomment what follows for symbol values.
|
||||
#[[
|
||||
get_cmake_property(_variableNames VARIABLES)
|
||||
|
||||
Reference in New Issue
Block a user