Pagghiu / SaneCppLibraries

Sane C++ Libraries
https://pagghiu.github.io/SaneCppLibraries
MIT License
507 stars 11 forks source link

Support building and testing the unit test project from VSCode on Windows #10

Closed Pagghiu closed 7 months ago

Pagghiu commented 8 months ago

Currently VSCode build and run configuration exist only for macOS and Linux. It would be cool to have a VSCode build / run configuration for Windows.

Ideally it should be possible building using the generated Visual Studio file or the Makefile, that would need to be modified, as it's currently Posix only.

Pagghiu commented 7 months ago

I think this has been accomplished partially with 22173c7 (building using the Visual Studio File). If someone wants to give a shot to NMAKE feel free to re-open this one 😬