view OrthancStone/Samples/WebAssembly/SingleFrameViewer/CMakeSettings.json @ 1519:22d1bd085c19

split STONE_BINARIES into two different vars for both StoneWebViewer and RtViewer + fixed docker build + embed of RtViewer files + serving of RtViewer files + Orthanc explorer extension to open a series in the RtViewer : sibling series will be traversed and the first DOSE/STRUCT will be used. WARNING: needs work for PT and to allow for missing dose
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 31 Jul 2020 12:51:28 +0200
parents 244ad1e4e76a
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"
        }
      ]
    }
  ]
}