]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: extract common,msg out of src/CMakeLists.txt
authorKefu Chai <kchai@redhat.com>
Fri, 27 Jul 2018 08:03:58 +0000 (16:03 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 27 Jul 2018 09:09:26 +0000 (17:09 +0800)
commit85a3c63644c67d113d1d3c79d96a98b3ab7db810
tree2a9b6c5d7948f2f43137ddd8554c0277b9a9cf84
parent591167e0cc8cf80d6a1a7eec0d284f2377004f94
cmake: extract common,msg out of src/CMakeLists.txt

* add arch as a static library.
* add crc32 as a static library. its only dependency is libarch.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt
src/arch/CMakeLists.txt [new file with mode: 0644]
src/auth/CMakeLists.txt [new file with mode: 0644]
src/common/CMakeLists.txt [new file with mode: 0644]
src/crush/CMakeLists.txt [new file with mode: 0644]
src/msg/CMakeLists.txt [new file with mode: 0644]