mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
11 lines
271 B
PkgConfig
11 lines
271 B
PkgConfig
prefix=@to-be-replaced@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: LibTomMath
|
|
Description: public domain library for manipulating large integer numbers
|
|
Version: @to-be-replaced@
|
|
Libs: -L${libdir} -ltommath
|
|
Cflags: -I${includedir}
|