|
dpf_add_plugin(yaw-tab-shepard
|
|
TARGETS vst2
|
|
FILES_DSP
|
|
dsp.cpp
|
|
synth.cpp
|
|
FILES_UI
|
|
wtutil.cpp
|
|
wintab.cpp
|
|
ui.cpp)
|
|
|
|
target_include_directories(yaw-tab-shepard PUBLIC
|
|
"."
|
|
"../../lib/wintab"
|
|
"../../lib/scale")
|
|
|
|
target_compile_definitions(yaw-tab-shepard PUBLIC YAW_USE_WINTAB) |