gnucash/common
Christian Gruber 1b4e481296 Add gtest_main.cc to libgtest.a
Currently when compiling GoogleTest from source code, source file
gtest_main.cc from GoogleTest repository is not compiled into any
library as in GoogleTest repository, where it is compiled into
libgtest_main.a. Instead gtest_main.cc is added to source file list
GTEST_SRC, which is then added to the list of source files of every
single GoogleTest based test application.

To simplify this gtest_main.cc is added to the source file list of
target gtest now. Additionally GTEST_SRC is merged into
lib_gtest_SOURCES, since both variables defined source files for
GoogleTest libraries.

Now target gtest generates library libgtest.a, which already contains
the main function from source file gtest_main.cc. This is different to
GoogleTest build system, where both are separated into two independent
libraries libgtest.a and libgtest_main.a.
2019-08-15 23:20:45 +02:00
..
cmake_modules Add gtest_main.cc to libgtest.a 2019-08-15 23:20:45 +02:00
debug Lowercase cmake commands 2018-05-03 23:18:15 +02:00
test-core Add gtest_main.cc to libgtest.a 2019-08-15 23:20:45 +02:00
base-typemaps.i Fix TravisCI build failure. 2018-09-18 15:07:47 -07:00
CMakeLists.txt Lowercase cmake commands 2018-05-03 23:18:15 +02:00
config.h.cmake.in Use cmake_symbol_check to test for AB_Banking_RuntimeConfig_SetCharValue 2019-08-13 09:52:31 -07:00
gnc-test-env.pl Restructure the src directory 2017-08-10 18:45:00 +02:00
guile-mappings.h Redefine some more buggy Guile string conversions. 2018-04-24 17:57:52 -07:00
platform.h gnc-uri - refer to 'scheme' instead of 'protocol' as that's the more formal term used in uris 2018-12-27 22:33:17 +01:00