FreeYourSoul / FSeam

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

Adds Cmake namespace to fseam target #18

Closed mjvankampen closed 4 years ago

mjvankampen commented 4 years ago

This is common practice and allows easier integration with conan.

FreeYourSoul commented 4 years ago

It looks also cleaner when used, thanks

FreeYourSoul commented 4 years ago

usage namespace seems to make the compilation of unit-test fail, adding an alias fix the issue