view Makefile.testplugin.em @ 44:ae292da1cabe

Ensure finish() can be called even if not configured (otherwise there's no way to dispose of the plugin)
author Chris Cannam
date Tue, 11 Oct 2016 14:37:12 +0100
parents 90bf9d9f9c95
children
line wrap: on
line source

MODULE_NAME	:= VampTestPlugin

TESTPLUGIN_DIR	:= ../vamp-test-plugin

INCPATH		:= -I$(TESTPLUGIN_DIR)

PLUGIN_SOURCES	:= \
		$(TESTPLUGIN_DIR)/VampTestPlugin.cpp

MODULE_SOURCE	:= vamp-test-plugin.cpp

include Makefile.inc.em