1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +02:00

Transitive link dependencies via Audacity simplify module CMakeLists

This commit is contained in:
Paul Licameli
2021-02-15 14:44:49 -05:00
committed by Leland Lucius
parent 938bbeb4f9
commit ca7d96f20a
5 changed files with 9 additions and 32 deletions

View File

@@ -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 )