This probably need work as I suspect it might need changes on the other platforms.
The rationale is as follow: both stk and jack header have to be included with the directory path.
Using $PREFIX/include/stk and $PREFIX/include/jack is incorrect for two reason: they are not necessarily in prefix and as said above the director is part of the include name. At best $PREFIX/include is to be added (I actually think it's already there).
So the path on macos and windows might need to be adjusted.
This probably need work as I suspect it might need changes on the other platforms.
The rationale is as follow: both stk and jack header have to be included with the directory path. Using
$PREFIX/include/stk
and$PREFIX/include/jack
is incorrect for two reason: they are not necessarily in prefix and as said above the director is part of the include name. At best$PREFIX/include
is to be added (I actually think it's already there).So the path on macos and windows might need to be adjusted.