The default settings when compiling debug configurations with VC require the .cpp files to be present.
If these compiler flags are used, we should make sure that the install target copies the .cpp files in the debug directory of the package.
In the meantime the deployment of cpp files for debug-developer packages has been implemented. The files are not automatically found yet. This is handled by #33 so I close this one.
The default settings when compiling debug configurations with VC require the
.cpp
files to be present. If these compiler flags are used, we should make sure that the install target copies the.cpp
files in thedebug
directory of the package.