Static common library 93/47893/8
authorPawel Kubik <p.kubik@samsung.com>
Wed, 9 Sep 2015 15:27:08 +0000 (17:27 +0200)
committerPawel Kubik <p.kubik@samsung.com>
Fri, 11 Sep 2015 14:37:44 +0000 (16:37 +0200)
commitded590f480be25eb3b8c593187606f9859c942ee
tree1aa1aaf9c56d013c4b6f9a16021d9391f0cf276d
parent9c895ec3e042205df243e175a06967a975d8f645
Static common library

[Feature]       Static common library
[Cause]         Need for cleaner dependency management
[Solution]      Rules for building static common library, linking it
                with other binaries instead of manually adding sources
[Verification]  Build, install, run tests and main executables

Change-Id: I6eccf5a706b88ca4576e5bfc31b73ebe87177ff5
12 files changed:
CMakeLists.txt
cli/CMakeLists.txt
client/CMakeLists.txt
common/CMakeLists.txt [new file with mode: 0644]
libs/dbus/CMakeLists.txt
libs/ipc/CMakeLists.txt
libs/logger/CMakeLists.txt
libs/lxcpp/CMakeLists.txt
server/CMakeLists.txt
tests/unit_tests/CMakeLists.txt
wrapper/CMakeLists.txt
zone-daemon/CMakeLists.txt