comparison Applications/Samples/CMakeLists.txt @ 338:b3b3fa0e3689 am-2

BitmapStack
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Oct 2018 12:50:38 +0200
parents 612238b3f3e8
children ef31240a73f6
comparison
equal deleted inserted replaced
337:c4d4213f095c 338:b3b3fa0e3689
6 cmake_minimum_required(VERSION 2.8.3) 6 cmake_minimum_required(VERSION 2.8.3)
7 project(OrthancStone) 7 project(OrthancStone)
8 8
9 include(../../Resources/CMake/OrthancStoneParameters.cmake) 9 include(../../Resources/CMake/OrthancStoneParameters.cmake)
10 10
11 #set(ENABLE_DCMTK ON)
11 12
12 set(ENABLE_SDL OFF CACHE BOOL "Target SDL Native application") 13 set(ENABLE_SDL OFF CACHE BOOL "Target SDL Native application")
13 set(ENABLE_QT OFF CACHE BOOL "Target Qt Native application") 14 set(ENABLE_QT OFF CACHE BOOL "Target Qt Native application")
14 set(ENABLE_WASM OFF CACHE BOOL "Target WASM application") 15 set(ENABLE_WASM OFF CACHE BOOL "Target WASM application")
15 16