logicomacorp / WaveSabre

Official WaveSabre repository
MIT License
246 stars 34 forks source link

add VSTSDK option #32

Closed kusma closed 4 years ago

kusma commented 4 years ago

Here's a few patches for cleaning things up a bit:

  1. A VSTSDK3_DIR option has been added, that allows specifying the path to the VSTSDK instead of requiring it to be copied into the source-tree. The default is still to keep it inside the source-tree, though.
  2. Finally, we switch the CI over to using the new option, which saves us a copy when building uncached. This should speed things up a tiny bit, but probably isn't a big deal.

It's really point 1 here that matters to me. Allowing to specify an out-of-tree directory allows me to carelessly "git clean" things without breaking the build (I also use out-of-tree build directories, which already works fine).

Dunno, perhaps this is useful to others?

kusma commented 4 years ago

@yupferris: should be good now