From 656c5b7d39f90d363ac5d442105831625434181a Mon Sep 17 00:00:00 2001 From: Fancy code <258828110.@qq.com> Date: Tue, 23 Apr 2024 21:15:23 +0800 Subject: [PATCH] Improve:install files. --- utils/Log/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils/Log/CMakeLists.txt b/utils/Log/CMakeLists.txt index 90d1d38..b65eb64 100644 --- a/utils/Log/CMakeLists.txt +++ b/utils/Log/CMakeLists.txt @@ -46,4 +46,7 @@ add_custom_command( COMMAND make Log_code_check WORKING_DIRECTORY ${PLATFORM_PATH}/cmake-shell/ ) -endif() \ No newline at end of file +endif() + +file(GLOB_RECURSE INSTALL_HEADER_FILES include/*.h) +install(FILES ${INSTALL_HEADER_FILES} DESTINATION include) \ No newline at end of file