FindGCCXML

在 4.1 版的變更: This module is available only if policy CMP0188 is not set to NEW. Port projects to search for CastXML by calling find_program() directly.

Finds the GCC-XML front-end executable:

find_package(GCCXML [...])

快取變數

The following cache variables may also be set:

GCCXML

The GCC-XML front-end executable.

範例

In new code, find CastXML with find_program() instead:

find_program(CASTXML_EXECUTABLE castxml)