brickworks/examples/fxpp_reverb/vst3/Makefile
Stefano D'Angelo 61e57084e4 fxpp_reverb
2023-07-01 11:46:47 +02:00

7 lines
224 B
Makefile

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