comparison Applications/Samples/CMakeLists.txt @ 532:d4046c7f284d bgo-commands-codegen

Removing ICommand support - last small fixes
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 18 Mar 2019 08:45:48 +0100
parents b1377625e4ba
children d10a295b607a
comparison
equal deleted inserted replaced
531:32dc5af8ab99 532:d4046c7f284d
8 8
9 include(../../Resources/CMake/OrthancStoneParameters.cmake) 9 include(../../Resources/CMake/OrthancStoneParameters.cmake)
10 10
11 if (OPENSSL_NO_CAPIENG) 11 if (OPENSSL_NO_CAPIENG)
12 add_definitions(-DOPENSSL_NO_CAPIENG=1) 12 add_definitions(-DOPENSSL_NO_CAPIENG=1)
13 endif()
14
15 if (BGO_USE_NEW_COMMANDS)
16 add_definitions(-DBGO_USE_NEW_COMMANDS=1)
17 endif() 13 endif()
18 14
19 #set(ENABLE_DCMTK ON) 15 #set(ENABLE_DCMTK ON)
20 16
21 set(ENABLE_SDL OFF CACHE BOOL "Target SDL Native application") 17 set(ENABLE_SDL OFF CACHE BOOL "Target SDL Native application")