From a0db81c871bbda4a1fb5ca594503486cb70ba2a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=98=A4=ED=98=95=EC=84=9D/On-Device=20Lab=28SR=29/Staff?= =?utf8?q?=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Thu, 19 Sep 2019 12:53:38 +0900 Subject: [PATCH] [nnfw-cmake] Rename cmake module file for subdirecories (#7617) Use same name with nncc Signed-off-by: Hyeongseok Oh --- infra/nnfw/CMakeLists.txt | 2 +- .../modules/{ExtendCMakeFunction.cmake => AddSubdirectories.cmake} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename infra/nnfw/cmake/modules/{ExtendCMakeFunction.cmake => AddSubdirectories.cmake} (100%) diff --git a/infra/nnfw/CMakeLists.txt b/infra/nnfw/CMakeLists.txt index f2eb2f3..593de78 100644 --- a/infra/nnfw/CMakeLists.txt +++ b/infra/nnfw/CMakeLists.txt @@ -80,7 +80,7 @@ if(ENABLE_COVERAGE) target_link_libraries(nnfw_coverage INTERFACE gcov) endif(ENABLE_COVERAGE) -nnfw_include(ExtendCMakeFunction) +nnfw_include(AddSubdirectories) set(NNFW_SOURCE_ROOT "${CMAKE_SOURCE_DIR}/../..") diff --git a/infra/nnfw/cmake/modules/ExtendCMakeFunction.cmake b/infra/nnfw/cmake/modules/AddSubdirectories.cmake similarity index 100% rename from infra/nnfw/cmake/modules/ExtendCMakeFunction.cmake rename to infra/nnfw/cmake/modules/AddSubdirectories.cmake -- 2.7.4