mirror of https://github.com/libAthena/athena.git
11 lines
223 B
PkgConfig
11 lines
223 B
PkgConfig
|
prefix=/usr
|
||
|
includedir=${prefix}/include
|
||
|
libdir=${prefix}/lib
|
||
|
|
||
|
Name: libAthena
|
||
|
Description: Basic cross platform IO library
|
||
|
Version: 1.0.0
|
||
|
Cflags: -I${includedir}/Athena -std=c++11
|
||
|
Libs: -L${libdir} -lAthena
|
||
|
Requires: zlib
|