CMakeLists.txt (229B)
1 # CMake file for DISTRHO Plugins # 2 # ------------------------------ # 3 4 dpf_add_plugin(d_latency 5 TARGETS ladspa lv2 vst2 vst3 clap 6 FILES_DSP 7 LatencyExamplePlugin.cpp) 8 9 target_include_directories( 10 d_latency PUBLIC ".")