Enable "make package" and "make package_source"

This commit is contained in:
Reinhard 2024-08-11 10:36:10 +02:00
parent ff233bdd4c
commit e2a71cf83b

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)