summaryrefslogtreecommitdiff
path: root/atf-c++/atf-c++.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'atf-c++/atf-c++.pc.in')
-rw-r--r--atf-c++/atf-c++.pc.in11
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