summaryrefslogtreecommitdiff
path: root/automotive-dlt-c++.pc.in
diff options
context:
space:
mode:
authorStefan Vacek <stefan.vacek@intel.com>2015-08-28 16:59:52 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-10-07 10:36:13 +0200
commite5ffa017047525ed2e3ee41ea2294546ee64894c (patch)
treea3e431ffc19163ff8a54abae752e6063060789e3 /automotive-dlt-c++.pc.in
parentcd35815e6870df9b8db0da807c4d4db3607539ba (diff)
downloadDLT-daemon-e5ffa017047525ed2e3ee41ea2294546ee64894c.tar.gz
Add C++ extension
- header only implementation, uses variadic templates from C++ 11 - Enable installation and building tests with -DWITH_DLT_CXX11_EXT - allow logging in the form of DLT_LOG_CXX(context, level, param1, param2, param3), e.g. - allow logging of user types (if a function logToDlt for the given user-type is present), e.g. - Added pkg-config file automotive-dlt-c++.pc - Sample code is provided in tests/dlt-test-cpp-extension.cpp Signed-off-by: Stefan Vacek <stefan.vacek@intel.com>
Diffstat (limited to 'automotive-dlt-c++.pc.in')
-rw-r--r--automotive-dlt-c++.pc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/automotive-dlt-c++.pc.in b/automotive-dlt-c++.pc.in
new file mode 100644
index 0000000..3e950ae
--- /dev/null
+++ b/automotive-dlt-c++.pc.in
@@ -0,0 +1,9 @@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
+includedir=${exec_prefix}/include
+
+Name: DLT C++
+Description: Diagnostic Log and Trace C++ extensions
+Version: @DLTCPP_VERSION@
+Requires: automotive-dlt
+Cflags: -std=c++11
+