gnucash master: Add files omitted in previous commit

Geert Janssens gjanssens at code.gnucash.org
Fri May 29 11:35:48 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/a124e647 (commit)
	from  https://github.com/Gnucash/gnucash/commit/3a97fc6a (commit)



commit a124e647db2b33a8b429dfb35ff0fbb3d2d213f9
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri May 29 17:34:45 2020 +0200

    Add files omitted in previous commit

diff --git a/libgnucash/app-utils/mocks/CMakeLists.txt b/libgnucash/app-utils/mocks/CMakeLists.txt
new file mode 100644
index 000000000..0eb55d35e
--- /dev/null
+++ b/libgnucash/app-utils/mocks/CMakeLists.txt
@@ -0,0 +1,10 @@
+set(app_utils_mocks_SOURCES
+    gmock-gnc-prefs.cpp
+    gmock-gnc-prefs.h
+)
+
+
+set_dist_list(app_utils_mocks_DIST
+    CMakeLists.txt
+    ${app_utils_mocks_SOURCES})
+
diff --git a/libgnucash/engine/mocks/CMakeLists.txt b/libgnucash/engine/mocks/CMakeLists.txt
new file mode 100644
index 000000000..119feaf5b
--- /dev/null
+++ b/libgnucash/engine/mocks/CMakeLists.txt
@@ -0,0 +1,20 @@
+set(engine_mocks_SOURCES
+    gmock-Account.cpp
+    gmock-Account.h
+    gmock-gobject.h
+    gmock-qofbook.cpp
+    gmock-qofbook.h
+    gmock-qofinstance.cpp
+    gmock-qofquery.cpp
+    gmock-qofquery.h
+    gmock-Split.cpp
+    gmock-Split.h
+    gmock-Transaction.cpp
+    gmock-Transaction.h
+)
+
+
+set_dist_list(engine_mocks_DIST
+    CMakeLists.txt
+    ${engine_mocks_SOURCES})
+



Summary of changes:
 libgnucash/app-utils/mocks/CMakeLists.txt | 10 ++++++++++
 libgnucash/engine/mocks/CMakeLists.txt    | 20 ++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 libgnucash/app-utils/mocks/CMakeLists.txt
 create mode 100644 libgnucash/engine/mocks/CMakeLists.txt



More information about the gnucash-changes mailing list