athena/libAthena.pc

11 lines
223 B
PkgConfig
Raw Normal View History

prefix=/usr
includedir=${prefix}/include
libdir=${prefix}/lib
Name: libAthena
Description: Basic cross platform IO library
Version: 1.0.0
2014-09-29 03:51:21 +00:00
Cflags: -I${includedir}/Athena -std=c++11
Libs: -L${libdir} -lAthena
Requires: zlib