comparison Samples/Sdl/CMakeLists.txt @ 608:357e744c56cc

Removed MSVC specific code (option already available thru Orthanc cmake)
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 30 Apr 2019 07:54:01 +0200
parents 86dfde451f4c
children 97926984d5d0
comparison
equal deleted inserted replaced
607:f4b37a991dac 608:357e744c56cc
1 cmake_minimum_required(VERSION 2.8.3) 1 cmake_minimum_required(VERSION 2.8.3)
2
3 if(MSVC)
4 add_definitions(/MP)
5 if (CMAKE_BUILD_TYPE MATCHES DEBUG)
6 add_definitions(/JMC)
7 endif()
8 endif()
9 2
10 ##################################################################### 3 #####################################################################
11 ## Configuration of the Orthanc framework 4 ## Configuration of the Orthanc framework
12 ##################################################################### 5 #####################################################################
13 6