https://github.com/Kitware/CMake
Revision 676ed21c66b7e4297f655110e2164ff22916127c authored by Bill Hoffman on 30 October 2006, 14:17:00 UTC, committed by Bill Hoffman on 30 October 2006, 14:17:00 UTC
1 parent bf29553
Raw File
Tip revision: 676ed21c66b7e4297f655110e2164ff22916127c authored by Bill Hoffman on 30 October 2006, 14:17:00 UTC
ENH: move from main tree
Tip revision: 676ed21
FindGCCXML.cmake
# - Find the GCC-XML front-end executable.
FIND_PROGRAM(GCCXML
  NAMES gccxml
        ../GCC_XML/gccxml
  PATHS [HKEY_CURRENT_USER\\Software\\Kitware\\GCC_XML;loc]
  "$ENV{ProgramFiles}/GCC_XML"
  "C:/Program Files/GCC_XML"
)
back to top