xref: /netbsd-src/external/bsd/atf/dist/atf-c++/atf-c++.pc.in (revision 9b3149cc0b5ff8b5905ec16de6ee6d08a4775142)
1# ATF pkg-config file
2
3cxx=__CXX__
4includedir=__INCLUDEDIR__
5libdir=__LIBDIR__
6
7Name: atf-c++
8Description: Automated Testing Framework (C++ binding)
9Version: __ATF_VERSION__
10Cflags: -I${includedir}
11Libs: -L${libdir} -latf-c++ -latf-c
12