[Build] Add basic meson build scripts
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 13 Jun 2019 10:48:53 +0000 (19:48 +0900)
committer함명주/On-Device Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Fri, 14 Jun 2019 01:01:14 +0000 (10:01 +0900)
commita9e0b4fb0f9fa743424991626ebb15ce4fce2f8e
treedd5e0d50a0870c7cede24f17099bfa54d695a343
parent3b3e3ccf488f75be9317878ec8e7864f2255a642
[Build] Add basic meson build scripts

Core and Host will have separated meson build roots.
Note that common is to be separatedly packages; however,
it does not have codes to be compiled; thus, packager
can do things for common without the help of meson.

Changes 2019-06-13
- C++ dependency clarification

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
12 files changed:
core/libadsp-core/README.md [deleted file]
core/libgem-core/meson.build [new file with mode: 0644]
core/libnpu-core/meson.build [new file with mode: 0644]
core/meson.build [new file with mode: 0644]
core/meson_options.txt [moved from core/libadsp-core/src/README.md with 100% similarity]
core/npu-engine/meson.build [new file with mode: 0644]
core/test/README.md [new file with mode: 0644]
core/test/meson.build [new file with mode: 0644]
host/libnpuhost/meson.build [new file with mode: 0644]
host/meson.build [new file with mode: 0644]
host/meson_options.txt [moved from core/libadsp-core/include/README.md with 100% similarity]
host/test/meson.build [new file with mode: 0644]