Use Tizen specific TF_LITE_SCHEMA_PATH
authorInki Dae <inki.dae@samsung.com>
Mon, 29 Jun 2020 09:25:07 +0000 (18:25 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 27 Jul 2020 09:02:58 +0000 (18:02 +0900)
commitae219fe6c8e07b123bbdc740bda9eb8cd5dd8b81
tree15e193ddd6aae345df665eb60c5af15a9a63223a
parent170e5de86d73c7e26a7e8e0a58872d18b328a0a5
Use Tizen specific TF_LITE_SCHEMA_PATH

The schema file, schema.fbs, will be installed in /usr/share/...
in case of Tizen so use the specific TF_LITE_SCHEMA_PATH
so that ARMNN can find schema.fbs in given path.

Change-Id: Idd9b23000d18995fc5df4a45b0510c47231ae0c2
Signed-off-by: Inki Dae <inki.dae@samsung.com>
CMakeLists.txt