brickworks/examples/fxpp_flanger/vst3/Makefile
Stefano D'Angelo cceaa5077f fxpp_flanger
2023-07-01 11:26:23 +02:00

7 lines
226 B
Makefile

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