CPack support
commitbd75259e4dc6916f75bc185433d2fd2e18aeef1c
authorsvcscm <svcscm@fb.com>
Mon, 21 Jul 2014 19:01:45 +0000 (21 12:01 -0700)
committerfacebook-github-bot <githubbot@fb.com>
Mon, 21 Jul 2014 19:30:16 +0000 (21 12:30 -0700)
tree1fafd8d8893787d0675b85e525ab3bc52da7b3e3
parent21ffcf397953682f82198420f9162a4f69d570df
CPack support

Summary: There are proposals to replace script [`hhvm/packaging/blob/hhvm/deb/package`](https://github.com/hhvm/packaging/blob/master/hhvm/deb/package)
Most likely it will need to adapt the code, more dependencies (supplied separately).
Unfinished prototype CPack skeleton.

```
$ cmake -DCPACK_GENERATOR=ON .
$ make package
```

Closes https://github.com/facebook/hhvm/pull/3132

Reviewed By: ptarjan, fredemmott

Differential Revision: D1446406
.gitignore
CMake/HPHPSetup.cmake
CMake/Options.cmake
CMake/package.cmake [new file with mode: 0644]
CMakeLists.txt