summaryrefslogtreecommitdiff
path: root/src/components/rpc_base
diff options
context:
space:
mode:
authorIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-12 19:21:46 +0200
committerIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-16 13:16:03 +0200
commit329f40d3045c523f9379ecde83d0c4a7c7de0fd6 (patch)
tree0524cc1a259e46b7209ac524e0c47acc9c7e9141 /src/components/rpc_base
parent0d9c2776edbb0b50bbf878c563cb80df398986ed (diff)
downloadsdl_core-329f40d3045c523f9379ecde83d0c4a7c7de0fd6.tar.gz
Fix component dependencies
Fix dependencies for parallel build Enable parallel build on Travis Related tasks APPLINK-30588 APPLINK-30973
Diffstat (limited to 'src/components/rpc_base')
-rw-r--r--src/components/rpc_base/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/rpc_base/CMakeLists.txt b/src/components/rpc_base/CMakeLists.txt
index 700cec72bb..d9bf821b67 100644
--- a/src/components/rpc_base/CMakeLists.txt
+++ b/src/components/rpc_base/CMakeLists.txt
@@ -44,6 +44,7 @@ collect_sources(SOURCES "${PATHS}")
set(LIBRARIES
jsoncpp
+ Utils
)
add_library(rpc_base ${SOURCES})