brickworks/examples/fxpp_wah/vst3/Makefile
2023-06-20 15:12:45 +02:00

7 lines
218 B
Makefile

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