Fix tzplatform-config linkage 98/43598/2
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Fri, 10 Jul 2015 11:54:21 +0000 (13:54 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Tue, 11 Aug 2015 08:46:24 +0000 (01:46 -0700)
commitb10063c6aa5307343772800f017ea1267cf33f76
tree14a592569a3c7849281f4fcbc051d24e76f36923
parentd620cb7aeb0a96050324315373d860e790acb0c8
Fix tzplatform-config linkage

tzplatform-config was linked with cmd and service,
but wasn't with common and client libraries.

In fact it's used only by common library.

This patch makes, only common library links with libtzplatform-config.
Linkage with binaries is removed.

Change-Id: Ia6bee0c47d1e5496c36a5479e19be198e4e1ab9b
src/cmd/CMakeLists.txt
src/common/CMakeLists.txt
src/server/CMakeLists.txt