summaryrefslogtreecommitdiffstats
path: root/unit/atf-src/atf-c++/atf-c++.pc.in
blob: f366bb016d04ed0dfded2c751dc38f524bd07d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
# ATF pkg-config file

cxx=__CXX__
includedir=__INCLUDEDIR__
libdir=__LIBDIR__

Name: atf-c++
Description: Automated Testing Framework (C++ binding)
Version: __ATF_VERSION__
Cflags: -I${includedir}
Libs: -L${libdir} -latf-c++ -latf-c