Alexander Afanasyev | 766cea7 | 2014-04-24 19:16:42 -0700 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
4 | includedir=@includedir@ | ||||
5 | |||||
6 | Name: libndn-cxx | ||||
Davide Pesavento | 1474700 | 2025-04-29 00:00:25 -0400 | [diff] [blame] | 7 | Description: NDN C++ Library |
Alexander Afanasyev | 766cea7 | 2014-04-24 19:16:42 -0700 | [diff] [blame] | 8 | Version: @VERSION@ |
9 | Libs: -L${libdir} @EXTRA_LINKFLAGS@ @EXTRA_LDFLAGS@ -lndn-cxx @EXTRA_LIBS@ @EXTRA_FRAMEWORKS@ | ||||
10 | Cflags: -I${includedir} @EXTRA_CXXFLAGS@ @EXTRA_INCLUDES@ |