comparison Applications/Samples/WebAssembly/SingleFrameViewer/CMakeSettings.json @ 1538:d1806b4e4839

moving OrthancStone/Samples/ as Applications/Samples/
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 13:24:38 +0200
parents OrthancStone/Samples/WebAssembly/SingleFrameViewer/CMakeSettings.json@244ad1e4e76a
children
comparison
equal deleted inserted replaced
1537:de8cf5859e84 1538:d1806b4e4839
1 {
2 "configurations": [
3 {
4 "name": "wasm32-RelWithDebInfo",
5 "generator": "Ninja",
6 "configurationType": "RelWithDebInfo",
7 //"inheritEnvironments": [ "msvc_x64_x64" ],
8 "buildRoot": "${projectDir}\\out\\build\\${name}",
9 "installRoot": "${projectDir}\\out\\install\\${name}",
10 "cmakeCommandArgs": "",
11 "buildCommandArgs": "-v",
12 "ctestCommandArgs": "",
13 "cmakeToolchain": "C:/osi/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake",
14 "intelliSenseMode": "windows-clang-x64",
15 "variables": [
16 {
17 "name": "CMAKE_BUILD_TYPE",
18 "value": "RelWithDebInfo",
19 "type": "STRING"
20 },
21 {
22 "name": "ALLOW_DOWNLOADS",
23 "value": "True",
24 "type": "BOOL"
25 },
26 {
27 "name": "STATIC_BUILD",
28 "value": "True",
29 "type": "BOOL"
30 },
31 {
32 "name": "OPENSSL_NO_CAPIENG",
33 "value": "True",
34 "type": "BOOL"
35 }
36 ]
37 }
38 ]
39 }