tibia/test/vst3-make.json
2024-05-10 07:09:26 +02:00

7 lines
157 B
JSON

{
"vst3_make": {
"cflags": "-I../../../vst3_c_api $(shell pkg-config --cflags pugl-cairo-0)",
"ldflags": "$(shell pkg-config --libs pugl-cairo-0)"
}
}