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
FindEclipse.cmake
Go to the documentation of this file.
1
# - Find Eclipse
2
# The following variables are set if Eclipse is found.
3
#
4
# Eclipse_DIR - the path to the Eclipse base directory.
5
6
if
(WIN32)
7
set(_eclipse_dir_search
8
"C:/Eclipse"
9
"D:/Eclipse"
10
"C:/Program Files/Eclipse"
11
"C:/Programme/Eclipse"
12
"D:/Program Files/Eclipse"
13
"D:/Programme/Eclipse"
14
)
15
endif(WIN32)
16
17
#
18
# Look for an installation.
19
#
20
find_path(Eclipse_DIR eclipse PATHS
21
22
# Look
in
other places.
23
${_eclipse_dir_search}
24
25
# Help the user find it
if
we cannot.
26
DOC
"The base directory of your Eclipse installation"
27
)
28
Json::in
static bool in(Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4)
Definition:
jsoncpp.cpp:244
git
MITK
CMake
FindEclipse.cmake
Generated on Fri Feb 3 2017 20:51:45 for Medical Imaging Interaction Toolkit by
1.8.9.1