11 lines
320 B
PkgConfig
11 lines
320 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_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
|
|
Cflags: -I${includedir}
|