diff --git a/libgnucash/app-utils/mocks/CMakeLists.txt b/libgnucash/app-utils/mocks/CMakeLists.txt new file mode 100644 index 0000000000..0eb55d35e7 --- /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 0000000000..119feaf5b4 --- /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}) +