FreeYourSoul / FSeam

Cpp header only library to manage compile time mock class generated via Python script
MIT License
86 stars 8 forks source link

Fixes issues when using mingw on windows #17

Closed mjvankampen closed 4 years ago

mjvankampen commented 4 years ago

Addresses part of #10. The issue of not being able to install catch can be resolved through the use of conan which quite smoothly will take care of this. But that is a separate PR and discussion.

FreeYourSoul commented 4 years ago

In order to ensure the fact that windows is supported, We will need to add its support on travis. I will merge this PR and open a ticket for adding the travis support.