brickworks/examples/fx_ls1/vst3/Makefile

7 lines
212 B
Makefile

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