mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
12 lines
265 B
PkgConfig
12 lines
265 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Description: C-Implementation of CoAP.
|
|
Version: @PACKAGE_VERSION@
|
|
URL: @PACKAGE_URL@
|
|
Libs: -L${libdir} -lcoap-@LIBCOAP_API_VERSION@
|
|
Cflags: -I${includedir}/coap
|