mirror of https://github.com/libAthena/athena.git
11 lines
301 B
PkgConfig
11 lines
301 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
includedir=${prefix}/include
|
|
libdir=${prefix}/lib
|
|
|
|
Name: libAthena
|
|
Description: Basic cross platform IO library
|
|
Version: @ATHENA_VERSION_STRING@
|
|
Cflags: -I${includedir}/Athena
|
|
Libs: -L${libdir} -lathena-core -lathena-sakura -lathena-zelda -lathena-wiiSave
|
|
Requires: zlib
|