From 95b4a6e50a5700ff21a34c7efd6aef970200e74f Mon Sep 17 00:00:00 2001 From: "adam.b" Date: Mon, 23 Sep 2019 16:13:01 +0100 Subject: [PATCH] Linking Toolkit against Core and Adaptor Fixed automated tests compilation by linking Toolkit against Core and Adaptor. Change-Id: I28cd1977ef3aab2183a7920ebc547603194fb1d5 --- build/tizen-cmake/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/tizen-cmake/CMakeLists.txt b/build/tizen-cmake/CMakeLists.txt index 2415526..72e9f63 100644 --- a/build/tizen-cmake/CMakeLists.txt +++ b/build/tizen-cmake/CMakeLists.txt @@ -187,6 +187,8 @@ ENDIF() ADD_LIBRARY( ${name} ${LIBTYPE} ${SOURCES} ) TARGET_LINK_LIBRARIES( ${name} + ${DALICORE_LDFLAGS} + ${DALIADAPTOR_LDFLAGS} ${COVERAGE} ) -- 2.7.4