summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackDragNDropGenerator.h
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2009-02-19 15:39:08 (GMT)
committerDavid Cole <david.cole@kitware.com>2009-02-19 15:39:08 (GMT)
commit1bf669207b2f3dcc21bd3f3f0b88535a34f4a8aa (patch)
tree74999fb92cfca79c47e86b988dcd11507465d44c /Source/CPack/cmCPackDragNDropGenerator.h
parent65c1511814ee581fc21ac06eca92145e52215427 (diff)
downloadCMake-1bf669207b2f3dcc21bd3f3f0b88535a34f4a8aa.zip
CMake-1bf669207b2f3dcc21bd3f3f0b88535a34f4a8aa.tar.gz
CMake-1bf669207b2f3dcc21bd3f3f0b88535a34f4a8aa.tar.bz2
BUG: A little bit more refactoring from BundleGenerator to DragNDropGenerator. See issue #8556. Thanks for Clinton Stimpson for the patch.
Diffstat (limited to 'Source/CPack/cmCPackDragNDropGenerator.h')
-rw-r--r--Source/CPack/cmCPackDragNDropGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackDragNDropGenerator.h b/Source/CPack/cmCPackDragNDropGenerator.h
index 0dd4e5a..ed0307d 100644
--- a/Source/CPack/cmCPackDragNDropGenerator.h
+++ b/Source/CPack/cmCPackDragNDropGenerator.h
@@ -39,6 +39,8 @@ protected:
bool CopyFile(cmOStringStream& source, cmOStringStream& target);
bool RunCommand(cmOStringStream& command, std::string* output = 0);
+
+ virtual int CreateDMG(const std::string& installdir, const std::string& outdmg);
std::string InstallPrefix;
};