comparison 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
comparison
equal deleted inserted replaced
1406:5d7ee14dc1eb 1410:b2b0fc4a5596
53 ##################################################################### 53 #####################################################################
54 54
55 set(ENABLE_OPENGL ON CACHE BOOL "Enable support of OpenGL") 55 set(ENABLE_OPENGL ON CACHE BOOL "Enable support of OpenGL")
56 set(ENABLE_WASM OFF CACHE INTERNAL "Enable support of WebAssembly") 56 set(ENABLE_WASM OFF CACHE INTERNAL "Enable support of WebAssembly")
57 set(ENABLE_STONE_DEPRECATED OFF CACHE INTERNAL "Enable backward compatibility with deprecated Stone classes") 57 set(ENABLE_STONE_DEPRECATED OFF CACHE INTERNAL "Enable backward compatibility with deprecated Stone classes")
58 set(ENABLE_GUIADAPTER OFF CACHE INTERNAL "Enable backward compatibility with the Stone GuiAdapter class")
59