mirror of
https://github.com/libAthena/athena.git
synced 2025-05-14 19:31:21 +00:00
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
|