This commit is contained in:
Reinhard 2025-03-29 21:41:10 +00:00 committed by GitHub
commit 02bad8054a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,3 +34,8 @@ if(BUILD_GMOCK)
else()
add_subdirectory( googletest )
endif()
set(CPACK_VERBATIM_VARIABLES YES)
set(CPACK_SOURCE_GENERATOR "TGZ")
set(CPACK_SOURCE_IGNORE_FILES "build;/\\.git/;.*~")
include(CPack)