mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 08:15:46 +00:00
13 lines
259 B
PkgConfig
13 lines
259 B
PkgConfig
prefix="@CMAKE_INSTALL_PREFIX@"
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: adrenotools
|
|
Description:
|
|
URL:
|
|
Version: 1.0.0
|
|
Libs: -L${libdir} -ladrenotools
|
|
Libs.private:
|
|
Requires.private:
|
|
Cflags: -I${includedir}
|