aseprite / laf

A C++ library to create desktop applications
https://aseprite.github.io/laf/
MIT License
276 stars 60 forks source link

Exclude gtest if LAF_WITH_TEST is disabled #1

Closed winterheart closed 7 years ago

winterheart commented 7 years ago

Save some time during compilation and exclude unnecessary test framework when LAF_WITH_TEST=OFF

dacap commented 7 years ago

Hi @winterheart, thanks for this change. I think this can be useful for people running make install (so gtest is not installed). Thanks!