mirror of
https://github.com/bylaws/libadrenotools
synced 2024-11-21 06:26:12 -07: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}
|