blob: dfb2fb5421eaf06d087861632e08744ff57e9e79 [file] [log] [blame]
Alexander Afanasyev766cea72014-04-24 19:16:42 -07001prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libndn-cxx
Davide Pesavento14747002025-04-29 00:00:25 -04007Description: NDN C++ Library
Alexander Afanasyev766cea72014-04-24 19:16:42 -07008Version: @VERSION@
9Libs: -L${libdir} @EXTRA_LINKFLAGS@ @EXTRA_LDFLAGS@ -lndn-cxx @EXTRA_LIBS@ @EXTRA_FRAMEWORKS@
10Cflags: -I${includedir} @EXTRA_CXXFLAGS@ @EXTRA_INCLUDES@