2024-02-27 01:34:37 -05:00
|
|
|
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@
|
2025-02-20 05:32:33 -05:00
|
|
|
Libs: -L${libdir} -ltomcrypt @PKG_CONFIG_LIBS@
|
|
|
|
Cflags: -I${includedir} @PKG_CONFIG_CFLAGS@
|