athena/libAthena.pc.in

11 lines
301 B
PkgConfig
Raw Normal View History

prefix=@CMAKE_INSTALL_PREFIX@
2015-05-18 01:45:55 +00:00
includedir=${prefix}/include
libdir=${prefix}/lib
Name: libAthena
Description: Basic cross platform IO library
Version: @ATHENA_VERSION@
2015-05-18 01:45:55 +00:00
Cflags: -I${includedir}/Athena -std=c++11
2015-07-09 01:29:08 +00:00
Libs: -L${libdir} -lAthenaCore -lAthenaSakura -lAthenaZelda -lAthenaWiiSave
2015-05-18 01:45:55 +00:00
Requires: zlib