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.

13 lines
256B

  1. # CMake file for DISTRHO Plugins #
  2. # ------------------------------ #
  3. dpf_add_plugin(d_meters
  4. TARGETS jack dssi lv2 vst2
  5. FILES_DSP
  6. ExamplePluginMeters.cpp
  7. FILES_UI
  8. ExampleUIMeters.cpp)
  9. target_include_directories(
  10. d_meters PUBLIC ".")