Add contrib directory (#6)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Sun, 11 Mar 2018 23:48:13 +0000 (08:48 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Sun, 11 Mar 2018 23:48:13 +0000 (08:48 +0900)
commit30d192850454f101025cfb957b45a63ae5b6f2d8
tree0d615bd363c3541fe564d17dab1308000057ba2c
parent4f9342d9cb1b2cd4753f57247345df4afc0b52b4
Add contrib directory (#6)

* Add contrib directory

This commit adds contrib directory which will include all the incubating projects,
and CMakeLists.txt for these incubating projects.

This commit adds 'Getting Started' project template which includes a simple
'hello, world' example to show how to use this directory.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Remove unnecessary blank
CMakeLists.txt [new file with mode: 0644]
contrib/CMakeLists.txt [new file with mode: 0644]
contrib/getting_started/CMakeLists.txt [new file with mode: 0644]
contrib/getting_started/hello.cpp [new file with mode: 0644]