RedPanda-CPP/RedPandaIDE/resources/autolink-xdg.json

32 lines
563 B
JSON
Raw Normal View History

2022-06-04 18:25:58 +08:00
[
{
"header": "fmt/core.h",
"links": "-lfmt"
},
{
"header": "math.h",
"links": "-lm"
},
2022-06-04 18:25:58 +08:00
{
"execUseUTF8": true,
2022-06-04 18:25:58 +08:00
"header": "raylib.h",
"links": "-lraylib -lGL -lm -lpthread -ldl -lrt -lX11"
},
{
"header": "rdrawing.h",
"links": "-lrdrawing"
},
{
"header": "rturtle.h",
"links": "-lrturtle"
},
{
"header": "thread",
"links": "-lpthread"
},
{
"header": "threads.h",
"links": "-lpthread"
2022-06-04 18:25:58 +08:00
}
]