DISTRHO Plugin Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
295B

  1. # CMake file for DISTRHO Plugins #
  2. # ------------------------------ #
  3. dpf_add_plugin(d_info
  4. TARGETS jack lv2 vst2 vst3 clap
  5. MODGUI_CLASS_NAME distrho_examples_info
  6. FILES_DSP
  7. InfoExamplePlugin.cpp
  8. FILES_UI
  9. InfoExampleUI.cpp)
  10. target_include_directories(
  11. d_info PUBLIC ".")