Find the native Expat headers and library. Expat is a stream-oriented XML parser library written in C.
Added in version 3.10.
This module defines the following IMPORTED targets:
EXPAT::EXPATThe Expat expat library, if found.
This module will set the following variables in your project:
EXPAT_INCLUDE_DIRSwhere to find expat.h, etc.
EXPAT_LIBRARIESthe libraries to link against to use Expat.
EXPAT_FOUNDtrue if the Expat headers and libraries were found.
EXPAT_USE_STATIC_LIBS
Added in version 3.28.
Set to
TRUEto use static libraries.Added in version 3.31: Implemented on non-Windows platforms.