From c399f169d27e8647737a53a438a94539c1e8b316 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=A2=85=ED=98=84/On-Device=20Lab=28SR=29/Staff?= =?utf8?q?=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 18 Mar 2019 10:57:17 +0900 Subject: [PATCH] [nnop] Use angkor (#3087) Let's use angkor instead of deprecated nncc_core. Signed-off-by: Jonghyun Park --- contrib/nnop/CMakeLists.txt | 2 +- contrib/nnop/requires.cmake | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 contrib/nnop/requires.cmake diff --git a/contrib/nnop/CMakeLists.txt b/contrib/nnop/CMakeLists.txt index 0939642..7af1e9e 100644 --- a/contrib/nnop/CMakeLists.txt +++ b/contrib/nnop/CMakeLists.txt @@ -1,6 +1,6 @@ add_library(nnop INTERFACE) target_include_directories(nnop INTERFACE include) -target_link_libraries(nnop INTERFACE nncc_core) +target_link_libraries(nnop INTERFACE angkor) nncc_find_package(GTest QUIET) diff --git a/contrib/nnop/requires.cmake b/contrib/nnop/requires.cmake new file mode 100644 index 0000000..654db88 --- /dev/null +++ b/contrib/nnop/requires.cmake @@ -0,0 +1 @@ +require("angkor") -- 2.7.4