Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

Enable debugging into installed library packages with Visual Studio. #6

Closed Knitschi closed 5 years ago

Knitschi commented 6 years ago

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.

Knitschi commented 5 years ago

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.