tibia/test/vst3-make.json

7 lines
157 B
JSON
Raw Normal View History

2024-01-09 10:47:25 +00:00
{
"vst3_make": {
2024-05-10 05:09:26 +00:00
"cflags": "-I../../../vst3_c_api $(shell pkg-config --cflags pugl-cairo-0)",
"ldflags": "$(shell pkg-config --libs pugl-cairo-0)"
2024-01-09 10:47:25 +00:00
}
}