This commit is contained in:
MrBesen 2021-11-12 15:33:18 +01:00
parent 3d16f98d95
commit 82804630b2
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
2 changed files with 4 additions and 2 deletions

View File

@ -4,8 +4,8 @@
"name": "Linux",
"includePath": [
"${workspaceFolder}/src/",
"${workspaceFolder}/Log/",
"${workspaceFolder}/src/**"
"${workspaceFolder}/thirdparty/Log/",
"${workspaceFolder}/inc/**"
],
"defines": [],
"compilerPath": "/usr/bin/g++",

View File

@ -8,5 +8,7 @@ fi
find . -type f -exec sed -i "s#%NAME%#${1}#g" {} +
mkdir -p inc/
rm -i "$0"