add settings reset

This commit is contained in:
ChancellorIkseew
2024-10-31 01:08:01 +10:00
parent a43002cf54
commit d46afee063
1488 changed files with 448798 additions and 0 deletions
@@ -0,0 +1,12 @@
prefix=${pcfiledir}/../..
libdir=${prefix}/lib
includedir=${prefix}/../include
Name: gmock
Description: GoogleMock (without main() function)
Version: 1.15.2
URL: https://github.com/google/googletest
Requires: gtest = 1.15.2
Libs: "-L${libdir}" -lgmock
Cflags: "-I${includedir}" -DGTEST_HAS_PTHREAD=0