summaryrefslogtreecommitdiff
path: root/tests/gtest_dlt_json_filter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Alternative solutions for json-c dependencyBiastoch, Darian (ADITG/ESM)2021-06-301-0/+78
json-c dependency was removed from libdlt ('dlt_common') and shifted into 'dlt-control-common'. By this only the command line tools have a dependency on json-c. dlt-control-common is now built as a static library, so that it can be linked against json-c. Command line tools that included only the .c file of dlt-control-common before, are now linked against this static libarary (see console/CMakeLists.txt). Signed-off-by: dbiastoch <dbiastoch@de.adit-jv.com>