brickworks/examples/fxpp_one_pole/vst3/Makefile

7 lines
228 B
Makefile
Raw Normal View History

ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
NAME := bw_example_fxpp_one_pole
SOURCES = ${SOURCES_COMMON} ${ROOT_DIR}/../src/bw_example_fxpp_one_pole.cpp
include ${ROOT_DIR}/../../common/vst3/vst3.mk