[T/F Lite] Gather source files when adding a target (#561)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 9 Jul 2018 04:01:44 +0000 (13:01 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 9 Jul 2018 04:01:44 +0000 (13:01 +0900)
commitdbb2113f6b4f587080c924d11d788c9c174ecb03
treec26f574045a19eb7505865685a79f5ba85832a22
parent6e0350465761658d99c013f456c15599adedfaaa
[T/F Lite] Gather source files when adding a target (#561)

Currently, source files are gathered inside 'TensorFlowLiteConfig.cmake',
but the target is defined in 'TensorFlowLite/CMakeLists.txt'.

This commit moves source file gathering scripts to 'TensorFlowLite/CMakeLists.txt'
to make it easy to understand tensorflow lite target itself.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
cmake/packages/TensorFlowLite/CMakeLists.txt
cmake/packages/TensorFlowLiteConfig.cmake