mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 19:49:51 +00:00
9 lines
226 B
CMake
9 lines
226 B
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"
|
|
)
|