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

Missing source files for debug library distribution packages with MSVC. #30

Closed Knitschi closed 6 years ago

Knitschi commented 6 years ago

Some of the debug flags of msvc require the source file to allow debugging. Currently the packages do not contain .cpp files and private headers. We should check for compiler flags and add the files to the debug directory in the package if they are set.

Knitschi commented 6 years ago

This is fixed.