comparison Resources/CMake/OrthancStoneConfiguration.cmake @ 509:1b9973905e15 bgo-commands-codegen

Fix to use js callbacks attached to 'window' + dummy changes in cmake files
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 06 Mar 2019 10:57:02 +0100
parents 801d2697a1b1
children 7016c35d163c
comparison
equal deleted inserted replaced
508:7105a0bad250 509:1b9973905e15
99 unset(USE_SYSTEM_SDL CACHE) 99 unset(USE_SYSTEM_SDL CACHE)
100 add_definitions(-DORTHANC_ENABLE_SDL=0) 100 add_definitions(-DORTHANC_ENABLE_SDL=0)
101 add_definitions(-DORTHANC_ENABLE_QT=0) 101 add_definitions(-DORTHANC_ENABLE_QT=0)
102 add_definitions(-DORTHANC_ENABLE_NATIVE=0) 102 add_definitions(-DORTHANC_ENABLE_NATIVE=0)
103 endif() 103 endif()
104
105
104 106
105 ##################################################################### 107 #####################################################################
106 ## Configuration of the C/C++ macros 108 ## Configuration of the C/C++ macros
107 ##################################################################### 109 #####################################################################
108 110