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.

12 lines
219B

  1. dofile("../../../scripts/make-project.lua")
  2. package = make_juce_vst_project("JuceDemoHost")
  3. package.files = {
  4. matchfiles (
  5. "../source/*.cpp",
  6. "../../../libs/juce-plugin/JucePluginMain.cpp"
  7. )
  8. }