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.

21 lines
530B

  1. ###############################################################################
  2. if linux_embed
  3. plugin_srcs = files([
  4. 'source/PluginProcessor.cpp',
  5. 'source/dsp/eqdsp.cpp',
  6. ])
  7. else
  8. plugin_srcs = files([
  9. 'source/GuiLookAndFeel.cpp',
  10. 'source/PluginEditor.cpp',
  11. 'source/PluginProcessor.cpp',
  12. 'source/dsp/eqdsp.cpp',
  13. 'source/gui2/BinaryData.cpp',
  14. ])
  15. endif
  16. plugin_name = 'Luftikus'
  17. ###############################################################################