summaryrefslogtreecommitdiff
path: root/Source/CPack/cmCPackNSISGenerator.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-16 15:20:23 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-16 15:20:23 -0500
commitb07ece004c197b5430d0e84d9460e400e0acab7e (patch)
treecc3e7e7d0e6f84d0d4682c92bf506c515c295b9c /Source/CPack/cmCPackNSISGenerator.h
parent537e2b4ed57d5a84f140f9b9bde427e7b604b330 (diff)
downloadcmake-b07ece004c197b5430d0e84d9460e400e0acab7e.tar.gz
ENH: More work on NSI to improve installing and uninstalling
Diffstat (limited to 'Source/CPack/cmCPackNSISGenerator.h')
-rw-r--r--Source/CPack/cmCPackNSISGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackNSISGenerator.h b/Source/CPack/cmCPackNSISGenerator.h
index 47d9080884..c84347d4c9 100644
--- a/Source/CPack/cmCPackNSISGenerator.h
+++ b/Source/CPack/cmCPackNSISGenerator.h
@@ -47,6 +47,8 @@ protected:
const std::vector<std::string>& files);
virtual const char* GetOutputExtension() { return "exe"; }
virtual const char* GetOutputPostfix() { return "win32"; }
+
+ bool GetListOfSubdirectories(const char* dir, std::vector<std::string>& dirs);
};
#endif