Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2020-05-14 18:16:43 +0300
committerFormerLurker <hochgebe@gmail.com>2020-05-14 18:16:43 +0300
commitefb71a1cb55770d0d79de2ce783612737d59821a (patch)
tree73dabe71531658fac50ad027c6fb3a2524019a5b /CMakeSettings.json
parent2e42c6c32cb29615c6c24df23d232d65f7a325f5 (diff)
Fix cout buffering issue, update CMake files.
Diffstat (limited to 'CMakeSettings.json')
-rw-r--r--CMakeSettings.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/CMakeSettings.json b/CMakeSettings.json
new file mode 100644
index 0000000..524aa3a
--- /dev/null
+++ b/CMakeSettings.json
@@ -0,0 +1,55 @@
+{
+ "configurations": [
+ {
+ "name": "x64-Release",
+ "generator": "Ninja",
+ "configurationType": "RelWithDebInfo",
+ "buildRoot": "${projectDir}\\out\\build\\${name}",
+ "installRoot": "${projectDir}\\out\\install\\${name}",
+ "cmakeCommandArgs": "",
+ "buildCommandArgs": "-v",
+ "ctestCommandArgs": "",
+ "inheritEnvironments": [ "msvc_x64_x64" ],
+ "variables": []
+ },
+ {
+ "name": "x86-Release",
+ "generator": "Ninja",
+ "configurationType": "RelWithDebInfo",
+ "buildRoot": "${projectDir}\\out\\build\\${name}",
+ "installRoot": "${projectDir}\\out\\install\\${name}",
+ "cmakeCommandArgs": "",
+ "buildCommandArgs": "-v",
+ "ctestCommandArgs": "",
+ "inheritEnvironments": [ "msvc_x86" ],
+ "variables": []
+ },
+ {
+ "name": "Linux-GCC-Release",
+ "generator": "Unix Makefiles",
+ "configurationType": "Release",
+ "cmakeExecutable": "/usr/bin/cmake",
+ "remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
+ "cmakeCommandArgs": "",
+ "buildCommandArgs": "",
+ "ctestCommandArgs": "",
+ "inheritEnvironments": [ "linux_arm" ],
+ "remoteMachineName": "${defaultRemoteMachineName}",
+ "remoteCMakeListsRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/src",
+ "remoteBuildRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/build/${name}",
+ "remoteInstallRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/install/${name}",
+ "remoteCopySources": true,
+ "rsyncCommandArgs": "-t --delete --delete-excluded",
+ "remoteCopyBuildOutput": false,
+ "remoteCopySourcesMethod": "rsync",
+ "addressSanitizerRuntimeFlags": "detect_leaks=0",
+ "variables": [
+ {
+ "name": "CMAKE_BUILD_TYPE",
+ "value": "RELEASE",
+ "type": "STRING"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file