From ef2838bbf3b64e045538e94493acc596da184143 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 30 Jul 2020 11:47:02 +0100 Subject: IVGCVSW-5171 Change library name to allow adbPush Change-Id: Ifc79b433dfcc034822cfb538102b936987e382c8 Signed-off-by: Jim Flynn --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c7258f30f..8a1898e5e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -956,7 +956,7 @@ if(BUILD_UNIT_TESTS) if(BUILD_TIMELINE_DECODER) target_link_libraries(UnitTests timelineDecoder) - target_link_libraries(UnitTests jsonTimelineDecoder) + target_link_libraries(UnitTests timelineDecoderJson) endif() if(BUILD_TF_LITE_PARSER) -- cgit v1.2.1