From 82804630b2a2ece74490140cb02e40b4badda7b5 Mon Sep 17 00:00:00 2001 From: MrBesen Date: Fri, 12 Nov 2021 15:33:18 +0100 Subject: [PATCH] inc/ --- .vscode/c_cpp_properties.json | 4 ++-- init.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 6633d00..35c1d58 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -4,8 +4,8 @@ "name": "Linux", "includePath": [ "${workspaceFolder}/src/", - "${workspaceFolder}/Log/", - "${workspaceFolder}/src/**" + "${workspaceFolder}/thirdparty/Log/", + "${workspaceFolder}/inc/**" ], "defines": [], "compilerPath": "/usr/bin/g++", diff --git a/init.sh b/init.sh index a349514..4b47830 100755 --- a/init.sh +++ b/init.sh @@ -8,5 +8,7 @@ fi find . -type f -exec sed -i "s#%NAME%#${1}#g" {} + +mkdir -p inc/ + rm -i "$0"