mirror of
https://github.com/neocturne/libuecc.git
synced 2025-03-04 17:03:31 +01:00
11 lines
284 B
PkgConfig
11 lines
284 B
PkgConfig
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
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@
|