Mercurial > hg > orthanc-stone
view Samples/Sdl/RtViewer/CMakeSettings.json @ 1434:c6bfcc105414
Rewrite of the event loop to compact all refresh events. HUGE speedup when using the trackers, especially in Debug mode.
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 19 May 2020 13:24:04 +0200 |
parents | 57e06087d357 |
children |
line wrap: on
line source
{ // this file is meant to be used with Visual Studio CMake support // tested with VS 16.5.4+ "configurations": [ { "name": "x64-Debug", "generator": "Ninja", "configurationType": "Debug", "inheritEnvironments": [ "msvc_x64_x64" ], "buildRoot": "${projectDir}/../../../../out/build-stone-sdl-RtViewer-ninja-msvc16-x64-Debug", "installRoot": "${projectDir}/../../../../out/install-stone-sdl-RtViewer-ninja-msvc16-x64-Debug", "cmakeCommandArgs": "", "buildCommandArgs": "-v", "ctestCommandArgs": "", "variables": [ { "name": "ALLOW_DOWNLOADS", "value": "True", "type": "BOOL" }, { "name": "MSVC_MULTIPLE_PROCESSES", "value": "True", "type": "BOOL" }, { "name": "STATIC_BUILD", "value": "True", "type": "BOOL" } ] } ] }