Linking Toolkit against Core and Adaptor 18/214518/1
authoradam.b <adam.b@samsung.com>
Mon, 23 Sep 2019 15:13:01 +0000 (16:13 +0100)
committeradam.b <adam.b@samsung.com>
Mon, 23 Sep 2019 15:22:16 +0000 (16:22 +0100)
Fixed automated tests compilation by linking Toolkit against Core and Adaptor.

Change-Id: I28cd1977ef3aab2183a7920ebc547603194fb1d5

build/tizen-cmake/CMakeLists.txt

index 2415526..72e9f63 100644 (file)
@@ -187,6 +187,8 @@ ENDIF()
 ADD_LIBRARY( ${name} ${LIBTYPE} ${SOURCES} )
 
 TARGET_LINK_LIBRARIES( ${name}
+  ${DALICORE_LDFLAGS}
+  ${DALIADAPTOR_LDFLAGS}
   ${COVERAGE}
 )