From 7cc46c8a03c12bd6b2a1bf5520efc5ca1533789e Mon Sep 17 00:00:00 2001 From: fumiama Date: Tue, 18 May 2021 16:19:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E8=8C=83install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4ee7ad..2641f9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,4 +12,4 @@ add_executable(t test.c) target_link_libraries(t spb) INSTALL(TARGETS spb LIBRARY DESTINATION lib) -INSTALL(TARGETS spb PUBLIC_HEADER DESTINATION include) +INSTALL(FILES simple_protobuf.h DESTINATION include) \ No newline at end of file