mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
add c_cpp confitg
This commit is contained in:
parent
4053a8036a
commit
54687d0794
18
.vscode/c_cpp_properties.json
vendored
Normal file
18
.vscode/c_cpp_properties.json
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"${workspaceFolder}/src/package/pikascript/pikascript-api/**",
|
||||
"${workspaceFolder}/src/package/pikascript/pikascript-core/**"
|
||||
],
|
||||
"defines": [],
|
||||
"compilerPath": "/usr/bin/clang",
|
||||
"cStandard": "c99",
|
||||
"cppStandard": "c++14",
|
||||
"intelliSenseMode": "linux-clang-x64",
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
@ -5,6 +5,7 @@ git commit
|
||||
cd $ROOT
|
||||
git add *
|
||||
git add .vscode/launch.json
|
||||
git add .vscode/c_cpp_properties.json
|
||||
git add .gitignore
|
||||
git commit
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "../pikascript-core/PikaObj.h"
|
||||
#include "PikaObj.h"
|
||||
|
||||
void PikaStdLib_SysObj_ls(PikaObj *self, char *objPath)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user