2ed8e19ada
Error from CMake 3.7.2 was: CMake Error at CMakeLists.txt:482 (file): file Incorrect arguments to GENERATE subcommand.
12 lines
548 B
CMake
12 lines
548 B
CMake
prefix=$<TARGET_PROPERTY:expat,pkgconfig_prefix>
|
|
exec_prefix=$<TARGET_PROPERTY:expat,pkgconfig_exec_prefix>
|
|
libdir=$<TARGET_PROPERTY:expat,pkgconfig_libdir>
|
|
includedir=$<TARGET_PROPERTY:expat,pkgconfig_includedir>
|
|
|
|
Name: $<TARGET_PROPERTY:expat,pkgconfig_$<LOWER_CASE:$<CONFIG>>_name>
|
|
Version: $<TARGET_PROPERTY:expat,pkgconfig_version>
|
|
Description: expat XML parser
|
|
URL: https://libexpat.github.io/
|
|
Libs: -L${libdir} -l$<TARGET_PROPERTY:expat,pkgconfig_$<LOWER_CASE:$<CONFIG>>_name> $<TARGET_PROPERTY:expat,pkgconfig_libm>
|
|
Cflags: -I${includedir}
|