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.
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.