ramirezd42 / vst-js

native node addon that allows for instantiation of natively installed VST3 audio plugins
226 stars 20 forks source link

Don't hardcode C++ dependency paths #1

Closed ramirezd42 closed 7 years ago

ramirezd42 commented 7 years ago

C++ dependencies (for example grpc and its dependencies, and JUCE) shouldn't be hardcoded in CMakeLists.txt to their absolute path on my computer. I should either find a way of bundling these or make their location configurable, and make npm install fail gracefully when they are not found.