2017-05-02 18:28:48 +00:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
libdir=${exec_prefix}/@LIB_INSTALL_DIR@
|
|
|
|
includedir=${prefix}/@INCLUDE_INSTALL_DIR@
|
2017-04-17 22:21:07 +00:00
|
|
|
|
|
|
|
Name: @LIB_NAME@
|
|
|
|
Description: @LIBTIDY_DESCRIPTION@
|
|
|
|
URL: @LIBTIDY_URL@
|
|
|
|
Version: @LIBTIDY_VERSION@
|
|
|
|
Libs: -L${libdir} -l@LIB_NAME@
|
|
|
|
Cflags: -I${includedir}
|