Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
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 
static bool in(Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4)
Definition: jsoncpp.cpp:244