* Restore pkgconfig file

* Fix MCSlot
This commit is contained in:
Antidote 2015-05-17 18:45:55 -07:00
parent a563d65388
commit 54f884c2f7
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#include "MCSlot.hpp" #include "Athena/MCSlot.hpp"
namespace Athena namespace Athena
{ {