comparison OrthancStone/Samples/WebAssembly/SingleFrameViewer/CMakeSettings.json @ 1512:244ad1e4e76a

reorganization of folders
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 16:21:02 +0200
parents Samples/WebAssembly/SingleFrameViewer/CMakeSettings.json@aadc374bc006
children
comparison
equal deleted inserted replaced
1511:9dfeee74c1e6 1512:244ad1e4e76a
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 }