summaryrefslogtreecommitdiffstats
path: root/unit/atf-src/atf-c++/atf-c++.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'unit/atf-src/atf-c++/atf-c++.pc.in')
-rw-r--r--unit/atf-src/atf-c++/atf-c++.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/unit/atf-src/atf-c++/atf-c++.pc.in b/unit/atf-src/atf-c++/atf-c++.pc.in
new file mode 100644
index 0000000..f366bb0
--- /dev/null
+++ b/unit/atf-src/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