chore: 解决PUBLIC_HEADER的Warning

This commit is contained in:
Hao Guan
2023-03-11 01:16:26 +10:00
parent 019cd9715a
commit 6f51edede2

View File

@@ -90,6 +90,7 @@ endif()
install(TARGETS MaaCore
RUNTIME DESTINATION .
LIBRARY DESTINATION .
PUBLIC_HEADER DESTINATION .
${MaaCore_install_extra_args}
)