wedesoft / anymeal

AnyMeal is a free and open source recipe management software developed using SQLite3 and Qt5. It can manage a cookbook with more than 250,000 MealMaster recipes, thereby allowing to import, export, search, display, edit, and print them. AnyMeal is available for GNU/Linux and Microsoft Windows.
https://wedesoft.github.io/anymeal
GNU General Public License v3.0
56 stars 5 forks source link

Is Google test source code really needed? #36

Closed bkmgit closed 11 months ago

bkmgit commented 1 year ago

Can a compiled version of Google test be used?

https://github.com/wedesoft/anymeal/blob/master/configure.ac#L22-L28 compiles the source code

wedesoft commented 1 year ago

Debian doesn't ship with a compiled version. Sorry for the late response. Must have missed the notification.

wedesoft commented 11 months ago

Google tests are now optional. Marking this issue as closed.