diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-16 20:20:23 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-16 20:20:23 (GMT) |
commit | b07ece004c197b5430d0e84d9460e400e0acab7e (patch) | |
tree | cc3e7e7d0e6f84d0d4682c92bf506c515c295b9c /Source/CPack/cmCPackNSISGenerator.h | |
parent | 537e2b4ed57d5a84f140f9b9bde427e7b604b330 (diff) | |
download | CMake-b07ece004c197b5430d0e84d9460e400e0acab7e.zip CMake-b07ece004c197b5430d0e84d9460e400e0acab7e.tar.gz CMake-b07ece004c197b5430d0e84d9460e400e0acab7e.tar.bz2 |
ENH: More work on NSI to improve installing and uninstalling
Diffstat (limited to 'Source/CPack/cmCPackNSISGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackNSISGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackNSISGenerator.h b/Source/CPack/cmCPackNSISGenerator.h index 47d9080..c84347d 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 |