From 6f51edede2d7f8d24759cd4c98d9fde70d473a2a Mon Sep 17 00:00:00 2001 From: Hao Guan <10684225+hguandl@users.noreply.github.com> Date: Sat, 11 Mar 2023 01:16:26 +1000 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A7=A3=E5=86=B3PUBLIC=5FHEADER?= =?UTF-8?q?=E7=9A=84Warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d44ba9a89..4728807e8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,6 +90,7 @@ endif() install(TARGETS MaaCore RUNTIME DESTINATION . LIBRARY DESTINATION . + PUBLIC_HEADER DESTINATION . ${MaaCore_install_extra_args} )