mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-30 11:06:27 +01:00
Renamed the output executable
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -3,13 +3,13 @@
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"program": "./build/storm_test",
|
||||
"program": "./build/StormLib_test",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "(gdb) Launch",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/build/storm_test",
|
||||
"program": "${workspaceFolder}/build/StormLib_test",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
|
||||
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -1,5 +1,4 @@
|
||||
{
|
||||
//test ok
|
||||
"cmake.configureArgs": [
|
||||
"-DCMAKE_BUILD_TYPE=Debug",
|
||||
"-DSTORM_BUILD_TESTS=on",
|
||||
|
||||
Reference in New Issue
Block a user