brickworks/examples/fxpp_comb/vst3/Makefile
2023-07-01 11:12:48 +02:00

7 lines
220 B
Makefile

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