mirror of
https://github.com/libAthena/athena.git
synced 2025-07-14 09:05:55 +00:00
* Restore pkgconfig file
* Fix MCSlot
This commit is contained in:
parent
a563d65388
commit
54f884c2f7
10
lib/pkgconfig/libAthena.pc
Normal file
10
lib/pkgconfig/libAthena.pc
Normal 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
|
@ -1,4 +1,4 @@
|
||||
#include "MCSlot.hpp"
|
||||
#include "Athena/MCSlot.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user