mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 14:13:13 +00:00
6c655321e6
Signed-off-by: swurl <swurl@swurl.xyz>
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}
|