mirror of
https://github.com/google/googletest.git
synced 2025-04-05 13:35:03 +00:00
Merge e2a71cf83b
into 52204f78f9
This commit is contained in:
commit
02bad8054a
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue