Mercurial > hg > orthanc-stone
view Samples/WebAssembly/SingleFrameViewer/CMakeSettings.json @ 1410:b2b0fc4a5596
Added ENABLE_GUIADAPTER option + fixed include paths in GuiAdapter
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Mon, 04 May 2020 13:34:21 +0200 |
parents | aadc374bc006 |
children |
line wrap: on
line source
{ "configurations": [ { "name": "wasm32-RelWithDebInfo", "generator": "Ninja", "configurationType": "RelWithDebInfo", //"inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}\\out\\build\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}", "cmakeCommandArgs": "", "buildCommandArgs": "-v", "ctestCommandArgs": "", "cmakeToolchain": "C:/osi/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake", "intelliSenseMode": "windows-clang-x64", "variables": [ { "name": "CMAKE_BUILD_TYPE", "value": "RelWithDebInfo", "type": "STRING" }, { "name": "ALLOW_DOWNLOADS", "value": "True", "type": "BOOL" }, { "name": "STATIC_BUILD", "value": "True", "type": "BOOL" }, { "name": "OPENSSL_NO_CAPIENG", "value": "True", "type": "BOOL" } ] } ] }