repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FIX:
[cmake.git]
/
Modules
/
FindGCCXML.cmake
blob
1600e9dfb65ea99ae1ff7b336a232afc3c6b9055
1
# Find the GCC-XML front-end executable.
2
FIND_PROGRAM(GCCXML
3
NAMES gccxml
4
../GCC_XML/gccxml
5
PATHS [HKEY_CURRENT_USER\\Software\\Kitware\\GCC_XML;loc]
6
"C:/Program Files/GCC_XML"
7
)