brickworks/examples/fx_notch/vst3/Makefile
2023-01-24 00:27:42 +01:00

7 lines
216 B
Makefile

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