annotate vamp-plugin-pack.pro @ 1:f7134276bfb8

Build Aubio + plugins
author Chris Cannam
date Wed, 13 Nov 2019 11:51:17 +0000
parents eaa4410df4cd
children d95051da0540
rev   line source
Chris@0 1
Chris@0 2 TEMPLATE = subdirs
Chris@0 3
Chris@0 4 SUBDIRS += \
Chris@0 5 sub_sdk \
Chris@0 6 sub_match \
Chris@0 7 sub_tuning_difference \
Chris@0 8 sub_pyin \
Chris@0 9 sub_nnls_chroma \
Chris@0 10 sub_qm_vamp_plugins \
Chris@1 11 sub_azi \
Chris@1 12 sub_aubio
Chris@0 13
Chris@0 14 sub_sdk.file = vamp-plugin-sdk.pro
Chris@0 15 sub_match.file = match-vamp.pro
Chris@0 16 sub_pyin.file = pyin.pro
Chris@0 17 sub_tuning_difference.file = tuning-difference.pro
Chris@0 18 sub_nnls_chroma.file = nnls-chroma.pro
Chris@0 19 sub_qm_vamp_plugins.file = qm-vamp-plugins.pro
Chris@0 20 sub_azi.file = azi.pro
Chris@1 21 sub_aubio.file = vamp-aubio-plugins.pro
Chris@0 22
Chris@0 23 repoint.target = $$PWD/.repoint.point
Chris@0 24 repoint.depends = $$PWD/repoint-project.json $$PWD/repoint-lock.json
Chris@0 25 repoint.commands = $$PWD/repoint install --directory $$PWD
Chris@0 26
Chris@0 27 QMAKE_EXTRA_TARGETS += repoint
Chris@0 28 PRE_TARGETDEPS += $$repoint.target
Chris@0 29
Chris@0 30 CONFIG += ordered