Add CMakeLists.txt for runtime
authorHanjoung Lee <hanjoung.lee@samsung.com>
Tue, 20 Mar 2018 11:27:43 +0000 (20:27 +0900)
committer최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Tue, 20 Mar 2018 12:02:44 +0000 (21:02 +0900)
commite1bebd647f9bb1bc686d13d062b112b3a16d6310
tree1914522115254ebbb178ac070d3d106c7db6f385
parent20ded484d9cdecd1358e0383a91c98f89de80e82
Add CMakeLists.txt for runtime

And this adds a "Hello World" executable for dummy build.
CMakeLists.txt
src/CMakeLists.txt [new file with mode: 0644]
src/runtime/CMakeLists.txt [new file with mode: 0644]
src/runtime/ref/CMakeLists.txt [new file with mode: 0644]
src/runtime/ref/main.cc [new file with mode: 0644]
src/runtime/ref/main.h [new file with mode: 0644]