athena/libAthena.pc.in

11 lines
301 B
PkgConfig
Raw Normal View History

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