Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
mitkMacroGetPMDPlatformString.cmake
Go to the documentation of this file.
1
macro(
mitkMacroGetPMDPlatformString
varname)
2
if
(WIN32)
3
if
(CMAKE_CL_64)
4
set(${varname}
"W64"
)
5
else
()
6
set(${varname}
"W32"
)
7
endif()
8
else()
9
if(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
10
set(${varname}
"L64"
)
11
else
()
12
set(${varname}
"L32"
)
13
endif()
14
endif()
15
endmacro()
CMake::mitkMacroGetPMDPlatformString
mitkMacroGetPMDPlatformString(varname)
git
MITK
CMake
mitkMacroGetPMDPlatformString.cmake
Generated on Fri Feb 3 2017 20:52:02 for Medical Imaging Interaction Toolkit by
1.8.9.1