mirror of https://github.com/libAthena/athena.git
* Add missing files
This commit is contained in:
parent
aa470ce582
commit
0a020f79e1
|
@ -0,0 +1,10 @@
|
||||||
|
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
|
Loading…
Reference in New Issue