mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-28 17:45:39 +00:00
14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
|
|
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}
|