FloSewn / TQMesh

A simple two-dimensional mesh generator with triangular and quadrilateral elements in C++
MIT License
57 stars 16 forks source link

Building on Windows #8

Closed eriove closed 1 year ago

eriove commented 1 year ago

This pull requests makes it possible to compile on Windows with CMake and Visual Studio.

Tests are running and compiler flags are changed to similar ones for Visual Studio.

Solves #7

FloSewn commented 1 year ago

Tests with g++ and clang++ still work like a charm.

Thank you so much for making the build possible on windows! :-)