1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-18 00:21:18 +02:00

Add mod-nyq-bench target

And define a few more convenience variables.
This commit is contained in:
Leland Lucius
2020-02-05 18:45:05 -06:00
parent ddd1e5e14f
commit 2df9d3528b
5 changed files with 63 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ set_target_properties( ${TARGET}
LIBRARY_OUTPUT_DIRECTORY_RELEASE "${_MODDIR}"
LIBRARY_OUTPUT_DIRECTORY "${_MODDIR}"
PREFIX ""
FOLDER "lib-src"
)
organize_source( "${TARGET_ROOT}" "" "${SOURCES}" )