diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2012-09-04 23:07:32 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2012-09-04 23:07:32 +0000 |
commit | 679bf1899d7d81eaa5b2e95cba72d5db6f7491a3 (patch) | |
tree | 748bcc46e1493df6fa88441f5e3783a5e2266e13 /atf-c++/atf-c++.pc.in |
Notes
Diffstat (limited to 'atf-c++/atf-c++.pc.in')
-rw-r--r-- | atf-c++/atf-c++.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/atf-c++/atf-c++.pc.in b/atf-c++/atf-c++.pc.in new file mode 100644 index 0000000000000..f366bb016d04e --- /dev/null +++ b/atf-c++/atf-c++.pc.in @@ -0,0 +1,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 |