mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: Module to find and configure GCCXML and GCCXML_FLAGS.
This commit is contained in:
9
Modules/FindGCCXML.cmake
Normal file
9
Modules/FindGCCXML.cmake
Normal file
@@ -0,0 +1,9 @@
|
||||
FIND_PROGRAM(GCCXML gccxml
|
||||
/usr/local/bin
|
||||
/usr/bin
|
||||
[HKEY_CURRENT_USER\\Software\\Kitware\\GCC_XML;loc]
|
||||
"C:/Program Files/GCC_XML")
|
||||
|
||||
IF(GCCXML)
|
||||
CONFIGURE_GCCXML(${GCCXML} GCCXML_FLAGS)
|
||||
ENDIF(GCCXML)
|
||||
Reference in New Issue
Block a user