Introduce "generator expressions" to add_test()
[cmake.git] / Modules / FindGCCXML.cmake
blob594f970ee9ffcb0223f6ac5f8be1cc56e58befea
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   "$ENV{ProgramFiles}/GCC_XML"
7   "C:/Program Files/GCC_XML"