1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 00:20:06 +02:00

Make Audacity dependent on sc4 plugin

This commit is contained in:
Leland Lucius 2020-02-27 01:08:46 -06:00
parent 5d62cdbd1e
commit 50e4d74007

View File

@ -5,6 +5,7 @@ set( TARGET_ROOT "${_SRCDIR}" )
message( STATUS "========== Configuring ${TARGET} ==========" )
add_library( ${TARGET} MODULE EXCLUDE_FROM_ALL )
add_dependencies( Audacity ${TARGET} )
def_vars()