mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
8 lines
201 B
CMake
8 lines
201 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]
|
|
"C:/Program Files/GCC_XML"
|
|
)
|