diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-17 19:26:54 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-17 19:26:54 (GMT) |
commit | 1e608c912cf5f5f61f7fd8d66000549aa9621b88 (patch) | |
tree | 55bf71550f00374e63cfd24f0b8c1a63e8e91338 /Source/cmGlobalUnixMakefileGenerator3.h | |
parent | 688e630f6b8f583f9adccb00906eb6e7913cf4f2 (diff) | |
download | CMake-1e608c912cf5f5f61f7fd8d66000549aa9621b88.zip CMake-1e608c912cf5f5f61f7fd8d66000549aa9621b88.tar.gz CMake-1e608c912cf5f5f61f7fd8d66000549aa9621b88.tar.bz2 |
ENH: Add packaging of source code (make package_source)
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index 6ad6ec9..76bc011 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -144,6 +144,7 @@ protected: virtual const char* GetPreinstallTargetName() { return "preinstall"; } virtual const char* GetTestTargetName() { return "test"; } virtual const char* GetPackageTargetName() { return "package"; } + virtual const char* GetPackageSourceTargetName(){ return "package_source"; } virtual const char* GetEditCacheTargetName() { return "edit_cache"; } virtual const char* GetRebuildCacheTargetName() { return "rebuild_cache"; } |