summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Gapchuk <igapchuck@luxoft.com>2020-01-13 19:17:29 +0200
committerIgor Gapchuk <igapchuck@luxoft.com>2020-01-13 19:17:29 +0200
commit72656a4013075e156711ff9fea7201531f3e19d2 (patch)
tree25b293e522d900b4d54e3ffb34fb856d2380acc7
parenta1b05ae7b19fa59738ebc84ef775433b28c2d36a (diff)
downloadsdl_core-fix/sdl_versioning_for_vehicle_data.tar.gz
fixup! Fix versioning appliance for vehicle datafix/sdl_versioning_for_vehicle_data
-rw-r--r--src/components/smart_objects/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/smart_objects/CMakeLists.txt b/src/components/smart_objects/CMakeLists.txt
index 3ffdedd275..6bc70f8226 100644
--- a/src/components/smart_objects/CMakeLists.txt
+++ b/src/components/smart_objects/CMakeLists.txt
@@ -46,6 +46,7 @@ collect_sources(SOURCES "${PATHS}")
add_library("SmartObjects" ${SOURCES})
target_link_libraries("SmartObjects" Utils)
+add_dependencies("SmartObjects" MOBILE_API)
if(ENABLE_LOG)
target_link_libraries("SmartObjects" log4cxx -L${LOG4CXX_LIBS_DIRECTORY})