Skip to content

CMake changes to build CoMISo with MSVC in Debug mode

With this merge request, building CoMISo in Debug mode with MSVC generates the binaries CoMISod.dll and CoMISod.lib, and copies them to the Build folder.

It avoids that building in Debug mode overwrites the binaries generated in Release mode, and helps differentiate them.

Merge request reports