mirror of
https://github.com/google/googletest.git
synced 2025-12-12 06:30:00 +08:00
Compare commits
2 Commits
62bdbee5a2
...
e63ef9f994
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e63ef9f994 | ||
|
|
e2a71cf83b |
@ -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…
x
Reference in New Issue
Block a user