summaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-08-05 17:50:01 +0900
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>2019-08-05 17:50:01 +0900
commit2916e351c7e260a1c8c5856a86464834aad90310 (patch)
tree688b86f593415719005d711a00e540978399a488 /infra
parent507df9d1df2d8c8f898ba6e77d05a011de578722 (diff)
downloadnnfw-2916e351c7e260a1c8c5856a86464834aad90310.tar.gz
nnfw-2916e351c7e260a1c8c5856a86464834aad90310.tar.bz2
nnfw-2916e351c7e260a1c8c5856a86464834aad90310.zip
Rename nnapi-header (#6199)
Rename nnapi-header interface to nnfw-header Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/nnfw/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/nnfw/CMakeLists.txt b/infra/nnfw/CMakeLists.txt
index 868381a70..4090983aa 100644
--- a/infra/nnfw/CMakeLists.txt
+++ b/infra/nnfw/CMakeLists.txt
@@ -84,8 +84,8 @@ nnfw_include(ExtendCMakeFunction)
set(NNFW_SOURCE_ROOT "${CMAKE_SOURCE_DIR}/../..")
-add_library(nnapi-header INTERFACE)
-target_include_directories(nnapi-header INTERFACE ${NNFW_SOURCE_ROOT}/runtimes/include)
+add_library(nnfw-header INTERFACE)
+target_include_directories(nnfw-header INTERFACE ${NNFW_SOURCE_ROOT}/runtimes/include)
# TODO Support android build via fine-control for each component
# - Introduce BUILD_CONTRIB option