tastytea
82f26e1be0
All checks were successful
continuous-integration/drone/push Build is passing
I accidentally deleted ${name}.
12 lines
285 B
PkgConfig
12 lines
285 B
PkgConfig
name=@PROJECT_NAME@
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: ${name}
|
|
Description: @PROJECT_DESCRIPTION@
|
|
Version: @PROJECT_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -l${name}
|
|
Requires: libcurl
|