mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
Improve:install files.
This commit is contained in:
parent
1f364ab7f0
commit
656c5b7d39
|
@ -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)
|
Loading…
Reference in New Issue
Block a user