mirror of https://github.com/libAthena/athena.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
301 B
10 lines
301 B
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
|
|
|