On OS X and Linux, I successfully used CMake/CPack to generate source package with make package_source
.
However, on Windows, I couldn't find a equivalent target after generating the Visual Studio project files ("Visual Studio 12 2013" to be exact).
There is a PACKAGE.vcxproj
which can generate a binary package. But it seems there is no project file for generating source package.
Am I missing something?