- 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@
|