diff options
Diffstat (limited to 'Modules/FindSelfPackers.cmake')
-rw-r--r-- | Modules/FindSelfPackers.cmake | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Modules/FindSelfPackers.cmake b/Modules/FindSelfPackers.cmake index fd28642..238be89 100644 --- a/Modules/FindSelfPackers.cmake +++ b/Modules/FindSelfPackers.cmake @@ -1,9 +1,16 @@ -# - Find upx -# This module looks for some executable packers (i.e. software that +#.rst: +# FindSelfPackers +# --------------- +# +# Find upx +# +# This module looks for some executable packers (i.e. software that # compress executables or shared libs into on-the-fly self-extracting -# executables or shared libs. -# Examples: -# UPX: http://wildsau.idv.uni-linz.ac.at/mfx/upx.html +# executables or shared libs. Examples: +# +# :: +# +# UPX: http://wildsau.idv.uni-linz.ac.at/mfx/upx.html #============================================================================= # Copyright 2001-2009 Kitware, Inc. |