mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
9 lines
331 B
PkgConfig
9 lines
331 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/@PROJECT_NAME@
|
|
|
|
Name: LibTomCrypt
|
|
Description: public domain open source cryptographic toolkit
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -ltomcrypt @PKG_CONFIG_LIBS@
|
|
Cflags: -I${includedir} @PKG_CONFIG_CFLAGS@
|