Improve:install files.

This commit is contained in:
Fancy code 2024-04-23 21:15:23 +08:00
parent 1f364ab7f0
commit 656c5b7d39

View File

@ -46,4 +46,7 @@ add_custom_command(
COMMAND make Log_code_check
WORKING_DIRECTORY ${PLATFORM_PATH}/cmake-shell/
)
endif()
endif()
file(GLOB_RECURSE INSTALL_HEADER_FILES include/*.h)
install(FILES ${INSTALL_HEADER_FILES} DESTINATION include)