mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-23 06:23:49 +02:00
Transitive link dependencies via Audacity simplify module CMakeLists
This commit is contained in:
committed by
Leland Lucius
parent
938bbeb4f9
commit
ca7d96f20a
@@ -12,7 +12,7 @@ set( SOURCES
|
||||
ModNullCallback.cpp
|
||||
ModNullCallback.h
|
||||
)
|
||||
audacity_module( ${TARGET} "${SOURCES}" "wxWidgets"
|
||||
audacity_module( ${TARGET} "${SOURCES}" "Audacity"
|
||||
"${DEFINES}" "" )
|
||||
|
||||
set_target_properties( ${TARGET} PROPERTIES EXCLUDE_FROM_ALL YES )
|
||||
|
||||
@@ -12,7 +12,7 @@ set( DEFINES
|
||||
# versions of wxWidgets...even if the build is for Release.
|
||||
wxDEBUG_LEVEL=0
|
||||
)
|
||||
audacity_module( ${TARGET} "${SOURCES}" "wxWidgets;portaudio-v19;libnyquist"
|
||||
audacity_module( ${TARGET} "${SOURCES}" "Audacity"
|
||||
"${DEFINES}" "" )
|
||||
|
||||
set_target_properties( ${TARGET} PROPERTIES EXCLUDE_FROM_ALL YES )
|
||||
|
||||
@@ -13,5 +13,5 @@ set( DEFINES
|
||||
# debug versions of wxWidgets...even if the build is for Release.
|
||||
wxDEBUG_LEVEL=0
|
||||
)
|
||||
audacity_module( mod-script-pipe "${SOURCES}" "wxWidgets"
|
||||
audacity_module( mod-script-pipe "${SOURCES}" "Audacity"
|
||||
"${DEFINES}" "" )
|
||||
|
||||
Reference in New Issue
Block a user