cleanup packages.cmake & extend NSIS plugin directory

This commit is contained in:
Paulchen Panther
2020-10-24 18:58:02 +02:00
parent 4d37409d62
commit 1910d359bc
7 changed files with 13 additions and 26 deletions

4
.vscode/tasks.json vendored
View File

@@ -11,7 +11,7 @@
"windows": {
"command": "cmake -G \"Visual Studio 16 2019\" -A x64 -B ${workspaceFolder}/build"
},
"group": "build",
"group": "build"
},
{
"label": "cmake:conf Debug",
@@ -21,7 +21,7 @@
"windows": {
"command": "cmake -G \"Visual Studio 16 2019\" -A x64 -B ${workspaceFolder}/build"
},
"group": "build",
"group": "build"
},
{
"label": "build:debug hyperiond",