mirror of
https://github.com/neocturne/libuecc.git
synced 2025-03-04 17:03:31 +01:00
10 lines
289 B
PkgConfig
10 lines
289 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: libuecc
|
|
Description: Very small Elliptic Curve Cryptography library
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -luecc
|
|
Cflags: -I${includedir}/libuecc-@PROJECT_VERSION@
|