mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
b5da16e285
* fix Dockerfile * add liblua5.3 to package * support pika_lua.evalLine() * create pika_lua package * install and include lua5.3 * add lua5.4 lib
20 lines
641 B
JSON
20 lines
641 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${workspaceFolder}/package/pikascript/pikascript-api/**",
|
|
"${workspaceFolder}/package/pikascript/pikascript-core/**",
|
|
"${workspaceFolder}/config/**",
|
|
"/usr/include/lua5.3"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c99",
|
|
"cppStandard": "c++14",
|
|
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |