mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-12-26 09:09:09 +00:00
Added a zip cpack target
This commit is contained in:
@@ -42,3 +42,17 @@ target_include_directories(${PROJECT_NAME}
|
|||||||
${CUSTOM_INC_DIR}
|
${CUSTOM_INC_DIR}
|
||||||
)
|
)
|
||||||
target_compile_definitions(${PROJECT_NAME} PUBLIC "TX_INCLUDE_USER_DEFINE_FILE" )
|
target_compile_definitions(${PROJECT_NAME} PUBLIC "TX_INCLUDE_USER_DEFINE_FILE" )
|
||||||
|
|
||||||
|
# Enable a build target that produces a ZIP file of all sources
|
||||||
|
set(CPACK_SOURCE_GENERATOR "ZIP")
|
||||||
|
set(CPACK_SOURCE_IGNORE_FILES
|
||||||
|
\\.git/
|
||||||
|
\\.github/
|
||||||
|
_build/
|
||||||
|
\\.git
|
||||||
|
\\.gitattributes
|
||||||
|
\\.gitignore
|
||||||
|
".*~$"
|
||||||
|
)
|
||||||
|
set(CPACK_VERBATIM_VARIABLES YES)
|
||||||
|
include(CPack)
|
||||||
Reference in New Issue
Block a user