Add initial codes for gbs build and gtest
authorInkyun Kil <inkyun.kil@samsung.com>
Mon, 7 Dec 2020 02:57:57 +0000 (11:57 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Mon, 7 Dec 2020 02:57:57 +0000 (11:57 +0900)
commit13ee9903eb49ece4f636db89e23cba34fa47d5a9
treea61c58097dff09c881ecacb5102532b6a568e3ad
parent5383c5c4efcb421331a0d33fe8de2e88643d7c03
Add initial codes for gbs build and gtest

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0755]
cmake/Modules/ApplyPkgConfig.cmake [new file with mode: 0644]
packaging/rpk-installer.manifest [new file with mode: 0755]
packaging/rpk-installer.spec [new file with mode: 0755]
src/CMakeLists.txt [new file with mode: 0755]
src/unit_tests/CMakeLists.txt [new file with mode: 0755]
src/unit_tests/main.cc [new file with mode: 0755]
tools/check-coding-style [new file with mode: 0755]