xref: /netbsd-src/external/mit/expat/dist/expat.pc.cmake (revision 0315d311127d32bec5b7d97b2ab4b7dd0718f175)
1prefix=$<TARGET_PROPERTY:expat,pkgconfig_prefix>
2exec_prefix=$<TARGET_PROPERTY:expat,pkgconfig_exec_prefix>
3libdir=$<TARGET_PROPERTY:expat,pkgconfig_libdir>
4includedir=$<TARGET_PROPERTY:expat,pkgconfig_includedir>
5
6Name: $<TARGET_PROPERTY:expat,pkgconfig_$<LOWER_CASE:$<CONFIG>>_name>
7Version: $<TARGET_PROPERTY:expat,pkgconfig_version>
8Description: expat XML parser
9URL: https://libexpat.github.io/
10Libs: -L${libdir} -l$<TARGET_PROPERTY:expat,pkgconfig_$<LOWER_CASE:$<CONFIG>>_name> $<TARGET_PROPERTY:expat,pkgconfig_libm>
11Cflags: -I${includedir}
12