From af49e2cada56cdae5879686e35033e14dc42ea25 Mon Sep 17 00:00:00 2001 From: nihui Date: Mon, 16 Jul 2018 16:52:40 +0800 Subject: [PATCH] install allocator.h --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fa7ec646e..e5433c1a4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -153,6 +153,7 @@ add_library(ncnn STATIC ${ncnn_SRCS}) install(TARGETS ncnn ARCHIVE DESTINATION lib) install(FILES + allocator.h blob.h cpu.h layer.h