Introduce nnapi-header CMake target (#4631)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 8 Mar 2019 07:01:58 +0000 (16:01 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 8 Mar 2019 07:01:58 +0000 (16:01 +0900)
commit6c9ea2451f23f6ebb2d63a2ba75f7a7319c53cc4
tree0692f16462f674a889613089826e117b32975616
parenta92b7fb7d39f5950ed9fa13c21f9394665ef94f1
Introduce nnapi-header CMake target (#4631)

This commit introduces nnapi-header target in CMake, and removes all
the occurences of NNFW_INCLUDE_DIR via linking this target instead.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
CMakeLists.txt
libs/tflite/CMakeLists.txt
runtimes/logging/CMakeLists.txt
runtimes/neurun/CMakeLists.txt
runtimes/neurun/src/backend/acl_cl/CMakeLists.txt
runtimes/neurun/src/backend/acl_cl/kernel/CMakeLists.txt
runtimes/neurun/src/backend/cpu/CMakeLists.txt
runtimes/neurun/src/backend/cpu/kernel/CMakeLists.txt
runtimes/pure_arm_compute/CMakeLists.txt
tests/nnapi/CMakeLists.txt