diff Resources/CMake/OrthancStoneParameters.cmake @ 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 8a0a62189f46
children 28c64c246312
line wrap: on
line diff
--- a/Resources/CMake/OrthancStoneParameters.cmake	Thu Apr 30 00:25:55 2020 +0200
+++ b/Resources/CMake/OrthancStoneParameters.cmake	Mon May 04 13:34:21 2020 +0200
@@ -55,3 +55,5 @@
 set(ENABLE_OPENGL ON CACHE BOOL "Enable support of OpenGL")
 set(ENABLE_WASM OFF CACHE INTERNAL "Enable support of WebAssembly")
 set(ENABLE_STONE_DEPRECATED OFF CACHE INTERNAL "Enable backward compatibility with deprecated Stone classes")
+set(ENABLE_GUIADAPTER OFF CACHE INTERNAL "Enable backward compatibility with the Stone GuiAdapter class")
+